history: adjust position of sidebartoggle button
This commit is contained in:
parent
4d5c367507
commit
0c08dd44a5
14
history.html
14
history.html
@ -16,10 +16,10 @@
|
|||||||
font-family: sans;
|
font-family: sans;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -0.9em;
|
right: 1.0em;
|
||||||
top: 2em;
|
top: 0.7em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
height: 1.8em;
|
height: 1.8em;
|
||||||
width: 1.8em;
|
width: 1.8em;
|
||||||
border-radius: 0.9em;
|
border-radius: 0.9em;
|
||||||
@ -41,12 +41,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebarhandle span:after {
|
#sidebarhandle span:after {
|
||||||
padding-right: 0.125em;
|
content: "\f12a";
|
||||||
content: "\f124";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.hidden #sidebarhandle span {
|
#sidebar.hidden #sidebarhandle span:after {
|
||||||
transform: scale(-1, 1);
|
padding-left: 0.125em;
|
||||||
|
content: "\f125";
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarhandle:hover {
|
#sidebarhandle:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user