mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
Merge pull request #62 from acid-info/fix-navbar-items-size
fix: change the size of icon buttons in the desktop navbar to small
This commit is contained in:
@@ -1159,3 +1159,10 @@ table {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar .lsd-icon-button--medium {
|
||||
@include utils.responsive('lg', 'up') {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
|
||||
.dropdownNavbarItem {
|
||||
border: 1px solid rgb(var(--lsd-border-primary));
|
||||
padding: 6px 14px;
|
||||
padding: 6px 12px;
|
||||
box-sizing: border-box;
|
||||
height: 32px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
|
||||
Reference in New Issue
Block a user