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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue