change where sidebar button is, maybe also fix the collapsing behavior idk

This commit is contained in:
Bun 2025-07-05 02:43:53 -04:00
parent 50efb36dba
commit 7fd4ca4d51
2 changed files with 6 additions and 7 deletions

View file

@ -85,16 +85,14 @@
.sidebaricontoggle {
color: var(--elm-inv-bg-color);
position: fixed;
outline: 3px solid;
outline: 5px solid;
z-index: 99;
top: 95%;
top: 25px;
right: 25px;
height: 0px;
width: 0px;
visibility: hidden;
cursor: crosshair;
opacity: 0.3;
opacity: 0.1;
}
.sidebaricontoggle:hover {
@ -136,8 +134,8 @@ input[type=checkbox]:checked ~ .sidebaricontoggle {
.sidebaricontoggle {
visibility: visible;
height: 35px;
width: 35px;
height: 20px;
width: 20px;
}
}