fix: change the size of icon buttons in the desktop navbar to small

This commit is contained in:
Hossein Mehrabi
2023-06-12 20:25:25 +03:30
parent b061cefbc5
commit 5c70db88df
2 changed files with 10 additions and 3 deletions
@@ -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,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') {