mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
styles: Extend help sidebar heading links like list links.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
33b61d9dc4
commit
cd3c4cd991
@@ -167,6 +167,12 @@ html {
|
|||||||
& a {
|
& a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
/* Extend to entire width of sidebar, not just link area */
|
||||||
|
margin-left: calc(0px - var(--help-sidebar-padding));
|
||||||
|
margin-right: calc(0px - var(--help-sidebar-padding));
|
||||||
|
padding-left: calc(var(--help-sidebar-padding));
|
||||||
|
padding-right: calc(var(--help-sidebar-padding));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user