Logo links to home page
This commit is contained in:
@@ -1370,3 +1370,9 @@ In the currently running contaier the user olaf has no mastodon configured but t
|
||||
|
||||
### Assistant outcome
|
||||
Found that `.form-section { display: grid; }` appeared later in the stylesheet than `.hidden { display: none; }`, overriding the initial hidden state of the Mastodon fieldset. Added `.form-section.hidden { display: none; }`, so the publishing control stays hidden until the authenticated configuration check explicitly reveals it.
|
||||
|
||||
### User
|
||||
When clicking on the logo always go to the home page
|
||||
|
||||
### Assistant outcome
|
||||
Wrapped the header logo in each web template with an accessible home-page link. Extended the heading font selector for the new logo-link wrapper, preserving existing header styling. Confirmed all eight templates contain exactly one home-linked logo and the focused API test module passed with 36 tests.
|
||||
|
||||
Reference in New Issue
Block a user