Skip to content

Commit

Permalink
Adjust sidebar footer layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Mar 7, 2024
1 parent 032d453 commit 37684d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -2352,6 +2352,7 @@ progress[value]::-webkit-progress-value {
height: 100%;
margin: 0;
width: 34vh;
position: relative;
}

#ui-bar-body #title {
Expand All @@ -2363,14 +2364,18 @@ progress[value]::-webkit-progress-value {
padding-right: 1rem;
}

#ui-bar-tray {
z-index: 10;
}

#ui-bar-toggle {
border: none;
color: var(--text-light-color);
font-size: 4vh;
left:0;
position: fixed;
right: unset;
top: 6vh;
top: 4vh;
}

#ui-bar-toggle:before {
Expand Down

0 comments on commit 37684d7

Please sign in to comment.