Merge branch 'main' into vue3
This commit is contained in:
@ -291,7 +291,11 @@ $list-spacing: 1rem;
|
||||
}
|
||||
|
||||
.list-cards-wrapper-2-rows {
|
||||
flex-wrap: wrap;
|
||||
max-height: calc(#{$list-height * 2} + #{$list-spacing * 2});
|
||||
overflow: hidden;
|
||||
flex-wrap: wrap;
|
||||
max-height: calc(#{$list-height * 2} + #{$list-spacing * 2} - 4px);
|
||||
overflow: hidden;
|
||||
|
||||
@media screen and (max-width: $mobile) {
|
||||
max-height: calc(#{$list-height * 4} + #{$list-spacing * 4} - 4px);
|
||||
}
|
||||
}
|
||||
|
@ -54,7 +54,7 @@
|
||||
line-height: 1;
|
||||
|
||||
.button {
|
||||
padding: 0 0.25rem;
|
||||
padding: 0 .5rem;
|
||||
height: 1rem;
|
||||
|
||||
.icon {
|
||||
|
@ -38,9 +38,9 @@ $scrollbar-hover-color: $grey-500;
|
||||
|
||||
$button-height: 34px;
|
||||
|
||||
$switch-view-height: 43px;
|
||||
$switch-view-height: 2.69rem;
|
||||
|
||||
$user-dropdown-width-mobile: 4rem;
|
||||
$user-dropdown-width-mobile: 5rem;
|
||||
$hamburger-menu-icon-spacing: 1rem;
|
||||
$hamburger-menu-icon-width: 28px;
|
||||
$navbar-height: 4rem;
|
||||
|
Reference in New Issue
Block a user