fix: tweak sidebar max-height
This commit is contained in:
parent
5e5fb0e287
commit
52b2d12bf9
2 changed files with 4 additions and 4 deletions
|
@ -85,13 +85,13 @@ const noUserVisual = computed(() => isHydrated.value && props.userOnly && !curre
|
|||
padding-bottom: 0.25rem;
|
||||
}
|
||||
}
|
||||
@media screen and ( max-height: 720px ) and ( min-width: 640px ) {
|
||||
@media screen and ( max-height: 780px ) and ( min-width: 640px ) {
|
||||
.item {
|
||||
padding-top: 0.35rem;
|
||||
padding-bottom: 0.35rem;
|
||||
}
|
||||
}
|
||||
@media screen and ( max-height: 720px ) and ( min-width: 1280px ) {
|
||||
@media screen and ( max-height: 780px ) and ( min-width: 1280px ) {
|
||||
.item {
|
||||
padding-top: 0.05rem;
|
||||
padding-bottom: 0.05rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue