Skip to content

Commit

Permalink
fix: css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 28, 2024
1 parent 80dc486 commit f103b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,12 @@
<style>
#dorion_topbar {
background-color: var(--background-tertiary);
height: 24px;
}

#topbar {
background-color: var(--background-tertiary);
height: 24px;
height: 100%;
width: calc(100% - 8px);
padding-left: 8px;
position: relative;
Expand Down

0 comments on commit f103b59

Please sign in to comment.