🎨 Minor UI update
This commit is contained in:
@@ -103,7 +103,7 @@ button {
|
|||||||
|
|
||||||
&:not([disabled]):hover,
|
&:not([disabled]):hover,
|
||||||
&:not(.disabled):focus {
|
&:not(.disabled):focus {
|
||||||
background-color: transparent;
|
background-color: var(--bg-color);
|
||||||
box-shadow: inset 0 0 0 2px var(--ac-color);
|
box-shadow: inset 0 0 0 2px var(--ac-color);
|
||||||
color: var(--ac-color);
|
color: var(--ac-color);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -149,7 +149,7 @@
|
|||||||
|
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
.virtual-list.filled {
|
.virtual-list.filled {
|
||||||
min-height: 430px;
|
min-height: 380px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user