tweak sidebarhandle again (move outside of sidebar)
This commit is contained in:
parent
7bffcb608b
commit
657a40f89a
11
history.html
11
history.html
|
@ -16,7 +16,7 @@
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1.0em;
|
right: -2.5em;
|
||||||
top: 0.7em;
|
top: 0.7em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: rgba(255, 255, 255, 0.7);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.hidden #sidebarhandle {
|
#sidebar.hidden #sidebarhandle {
|
||||||
right: -2.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarhandle span {
|
#sidebarhandle span {
|
||||||
|
@ -41,12 +40,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarhandle span:after {
|
#sidebarhandle span:after {
|
||||||
content: "\f12a";
|
padding-right: 0.125em;
|
||||||
|
content: "\f124";
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.hidden #sidebarhandle span:after {
|
#sidebar.hidden #sidebarhandle span {
|
||||||
padding-left: 0.125em;
|
transform: rotate(-180deg);
|
||||||
content: "\f125";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarhandle:hover {
|
#sidebarhandle:hover {
|
||||||
|
|
Loading…
Reference in a new issue