1
0

Merge branch 'main' into vue3

This commit is contained in:
Dominik Pschenitschni
2021-10-15 20:43:11 +02:00
16 changed files with 126 additions and 80 deletions

View File

@ -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);
}
}

View File

@ -54,7 +54,7 @@
line-height: 1;
.button {
padding: 0 0.25rem;
padding: 0 .5rem;
height: 1rem;
.icon {

View File

@ -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;