Skip to content

Commit

Permalink
fix top bar css
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinaha committed Oct 13, 2024
1 parent cd6888a commit a58e691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/ui/mpvpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<style>
<class name="osd" />
<class name="toolbar" />
<class name="top-bar" />
<class name="top-control-bar" />
</style>
</object>
</child>
Expand Down Expand Up @@ -138,7 +138,7 @@
<style>
<class name="osd" />
<class name="toolbar" />
<class name="top-bar" />
<class name="top-control-bar" />
</style>
</object>
</child>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ child {
border-radius: 10px;
}

.top-bar {
.top-control-bar {
padding: 3px;
}

Expand Down

0 comments on commit a58e691

Please sign in to comment.