aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-02 14:45:11 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-02 14:45:11 +0100
commit7cfd6a72491a300f4f599d2b531e9f1dc215c7a0 (patch)
tree876d6e9236c38fd4407a6a86a534feb55a33be65 /static/style.css
parent[Wiki] Fix UX bug relating to current article headers (diff)
[Wiki] Attempt to fix page views on mobile
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index b404ced3..b76b2e57 100644
--- a/static/style.css
+++ b/static/style.css
@@ -226,4 +226,24 @@ td.right-border, th.right-border {
textarea.fira-code {
line-height: 1.3 !important;
+}
+
+#wiki-sidebar {
+ transition: width ease 1s;
+}
+
+#wiki-sidebar-button {
+ color: white;
+ height: 3rem;
+ width: 3rem;
+ min-height: 3rem;
+ min-width: 3rem;
+ align-items: center;
+ justify-content: center;
+ /*box-shadow: unset; */
+ border: 1px solid rgba(0, 0, 0, 0.11);
+}
+
+.code{
+ overflow-x: scroll;
} \ No newline at end of file