Skip to content

Commit

Permalink
fix: windows ui bugs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Dec 25, 2024
1 parent fc0c522 commit f59c5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ html,
body,
#__nuxt {
background-color: transparent;
width: 750px;
height: 474px;
}
.os-scrollbar-horizontal {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $text2: #ada9a1;
$mutedtext: #78756f;

.bg {
width: 750px;
height: 474px;
width: 100%;
height: 100%;
background-color: $primary;
border: 1px solid $divider;
border-radius: 12px;
Expand Down

0 comments on commit f59c5bb

Please sign in to comment.