fix: scope rail nav-label hiding to sidebar and fall back fab-only to sidebar on desktop
This commit is contained in:
+3
-3
@@ -471,14 +471,14 @@
|
||||
color: var(--ink-mute);
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
:where(html[data-nav="rail"]) .nav-item {
|
||||
:where(html[data-nav="rail"]) .sidebar .nav-item {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
}
|
||||
:where(html[data-nav="rail"]) .nav-label,
|
||||
:where(html[data-nav="rail"]) .nav-count {
|
||||
:where(html[data-nav="rail"]) .sidebar .nav-label,
|
||||
:where(html[data-nav="rail"]) .sidebar .nav-count {
|
||||
display: none;
|
||||
}
|
||||
.sidebar-top .nav-item {
|
||||
|
||||
Reference in New Issue
Block a user