mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 01:32:44 +08:00
UX: styles for back to the forum link on the hamburger menu (#26118)
Fix styles for back to the forum link on the hamburger menu.
This commit is contained in:
parent
ba3508d706
commit
17a60be189
|
@ -348,6 +348,22 @@
|
|||
.sidebar-filter {
|
||||
width: calc(100% - 2.35rem);
|
||||
}
|
||||
|
||||
.sidebar-sections {
|
||||
&__back-to-forum {
|
||||
margin: 0 var(--d-sidebar-row-horizontal-padding) 0.5em
|
||||
var(--d-sidebar-row-horizontal-padding);
|
||||
color: var(--d-sidebar-link-color);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
svg {
|
||||
margin-right: var(--d-sidebar-section-link-prefix-margin-right);
|
||||
height: 0.75em;
|
||||
width: 0.75em;
|
||||
color: var(--d-sidebar-link-icon-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Panel / user-notification-list styles. **not** menu panel sizing styles
|
||||
|
|
Loading…
Reference in New Issue
Block a user