mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
fix: windows ui bugs #21
This commit is contained in:
parent
fc0c52228c
commit
f59c5bbc95
2 changed files with 4 additions and 2 deletions
2
app.vue
2
app.vue
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue