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:
jeangovil
2023-06-12 20:26:31 +03:30
committed by GitHub
2 changed files with 9 additions and 2 deletions
@@ -1159,3 +1159,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') {