diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-02 08:31:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 08:31:35 +0100 |
commit | ba697eb707939e8b466bd5c18bc532aeea6724aa (patch) | |
tree | 96914bcc9eb45e129540cb4e2fda6a4a52b93bae /res/sidebar.css | |
parent | 810e16efd3bbdbdc76f86f9f54e821b706406ebe (diff) | |
download | ichtml-ba697eb707939e8b466bd5c18bc532aeea6724aa.tar.gz ichtml-ba697eb707939e8b466bd5c18bc532aeea6724aa.tar.bz2 ichtml-ba697eb707939e8b466bd5c18bc532aeea6724aa.zip |
Update sidebar.css
Diffstat (limited to 'res/sidebar.css')
-rw-r--r-- | res/sidebar.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/sidebar.css b/res/sidebar.css index 6cce509..79b3752 100644 --- a/res/sidebar.css +++ b/res/sidebar.css @@ -3,6 +3,12 @@ width: 25%;
overflow: auto;
position: absolute;
+ top: 0;
+ left: -25%;
+}
+
+.sidebar-active{
+ left: 0;
}
.teal {
|