fix: windows ui bugs #21

This commit is contained in:
PandaDEV 2024-12-25 20:33:09 +10:00
parent fc0c52228c
commit f59c5bbc95
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 4 additions and 2 deletions

View file

@ -69,6 +69,8 @@ html,
body, body,
#__nuxt { #__nuxt {
background-color: transparent; background-color: transparent;
width: 750px;
height: 474px;
} }
.os-scrollbar-horizontal { .os-scrollbar-horizontal {

View file

@ -7,8 +7,8 @@ $text2: #ada9a1;
$mutedtext: #78756f; $mutedtext: #78756f;
.bg { .bg {
width: 750px; width: 100%;
height: 474px; height: 100%;
background-color: $primary; background-color: $primary;
border: 1px solid $divider; border: 1px solid $divider;
border-radius: 12px; border-radius: 12px;