aboutsummaryrefslogtreecommitdiff
path: root/src/styles/features.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-23 23:00:53 -0800
committerFuwn <[email protected]>2024-01-23 23:00:53 -0800
commitd2a5bf359a4f964af342fa1d078fa16b1bd87f8b (patch)
tree1c5bcd3d44c8124c2096256646dff8db9edd203b /src/styles/features.css
parentrefactor(html): preload stylesheets (diff)
downloaddue.moe-d2a5bf359a4f964af342fa1d078fa16b1bd87f8b.tar.xz
due.moe-d2a5bf359a4f964af342fa1d078fa16b1bd87f8b.zip
refactor(styles): move out to src
Diffstat (limited to 'src/styles/features.css')
-rw-r--r--src/styles/features.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/features.css b/src/styles/features.css
new file mode 100644
index 00000000..73b5e468
--- /dev/null
+++ b/src/styles/features.css
@@ -0,0 +1,7 @@
+#mai {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ height: auto;
+ width: 10vh;
+}