summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/client/base.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/styles/client/base.css b/styles/client/base.css
index 0ecba9b..51ac5fd 100644
--- a/styles/client/base.css
+++ b/styles/client/base.css
@@ -194,6 +194,21 @@ div.settings {
opacity: 0;
}
+button.toggle-table {
+ position: absolute;
+ bottom: 5px;
+ left: 5px;
+ transform-origin: bottom left;
+ z-index: 4;
+}
+
+button.toggle-table::before {
+ font-family: "IcoFont";
+ font-size: xx-large;
+
+ content: '\edb9';
+}
+
@keyframes slide-in {
from {
transform: translate(0, -100vh);