fix: roboto font, column scrolling fixed, column input width
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
height: calc(100vh - 150px);
|
||||
@media (max-width: 48em) {
|
||||
width: 80vw;
|
||||
height: calc(100vh - 200px);
|
||||
height: calc(100vh - 215px);
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
gap: 0;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
max-height: calc(100vh - 200px);
|
||||
max-height: calc(100vh - 215px);
|
||||
}
|
||||
|
||||
@mixin light {
|
||||
|
||||
Reference in New Issue
Block a user