mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 10:39:01 +08:00
UX: fix admin sidebar header width (#30226)
This commit is contained in:
parent
1505978586
commit
aabf174ac8
|
@ -370,7 +370,7 @@
|
|||
align-items: baseline;
|
||||
color: var(--d-sidebar-link-color);
|
||||
width: calc(
|
||||
var(--d-sidebar-width) - 2 * var(--d-sidebar-row-horizontal-padding) + 2px
|
||||
var(--d-sidebar-width) * var(--d-sidebar-row-horizontal-padding) + 2px
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user