mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: change the size of icon buttons in the desktop navbar to small
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
--desktop-footer-gap: 200px;
|
||||
--mobile-footer-gap: 144px;
|
||||
--doc-grid-gap: 16px;
|
||||
|
||||
|
||||
--ifm-table-background: transparent !important;
|
||||
--ifm-table-stripe-background: transparent !important;
|
||||
|
||||
@@ -1145,3 +1145,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