fix: roboto font, column scrolling fixed, column input width

This commit is contained in:
2025-08-27 14:44:38 +04:00
parent 44766bb7aa
commit e6001ed59e
6 changed files with 48 additions and 35 deletions

View File

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