Skip to content

Commit

Permalink
fix: change the size of icon buttons in the desktop navbar to small
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 12, 2023
1 parent b061cef commit 5c70db8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion packages/logos-docusaurus-theme/src/client/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -1145,3 +1145,10 @@ table {
display: none;
}
}

.navbar .lsd-icon-button--medium {
@include utils.responsive('lg', 'up') {
width: 28px !important;
height: 28px !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 5c70db8

Please sign in to comment.