change where sidebar button is, maybe also fix the collapsing behavior idk
This commit is contained in:
parent
50efb36dba
commit
7fd4ca4d51
2 changed files with 6 additions and 7 deletions
|
@ -85,16 +85,14 @@
|
||||||
.sidebaricontoggle {
|
.sidebaricontoggle {
|
||||||
color: var(--elm-inv-bg-color);
|
color: var(--elm-inv-bg-color);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
outline: 3px solid;
|
outline: 5px solid;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
top: 95%;
|
top: 25px;
|
||||||
right: 25px;
|
right: 25px;
|
||||||
height: 0px;
|
|
||||||
width: 0px;
|
|
||||||
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
opacity: 0.3;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebaricontoggle:hover {
|
.sidebaricontoggle:hover {
|
||||||
|
@ -136,8 +134,8 @@ input[type=checkbox]:checked ~ .sidebaricontoggle {
|
||||||
|
|
||||||
.sidebaricontoggle {
|
.sidebaricontoggle {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
height: 35px;
|
height: 20px;
|
||||||
width: 35px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<html data-theme="light">
|
<html data-theme="light">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
<!-- Stylesheets, fonts, and favicon-->
|
<!-- Stylesheets, fonts, and favicon-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue