summaryrefslogtreecommitdiff
path: root/app/static/styles/no.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/styles/no.css')
-rw-r--r--app/static/styles/no.css26
1 files changed, 21 insertions, 5 deletions
diff --git a/app/static/styles/no.css b/app/static/styles/no.css
index 352a635..4673cf3 100644
--- a/app/static/styles/no.css
+++ b/app/static/styles/no.css
@@ -1,8 +1,9 @@
.main {
height: 100%;
- position: absolute;
- z-index: 1;
+ position: fixed;
+ z-index: 0;
left: 7%;
+ overflow: auto;
}
.tab-yes {
@@ -48,10 +49,25 @@
transition: 0.2s;
}
-.post {
+/* Archive. */
+.feed-archive {
+ width: 100%;
+ display: flex;
+ position: relative;
+ flex-wrap: wrap;
+ justify-content: space-around;
+}
+
+.archive {
background: white;
+ position: relative;
border-radius: 14px;
padding: 1rem;
- margin: 1rem;
- width: 20%;
+ margin: 0.5rem;
+}
+.archive:hover {
+ background: linear-gradient(to left, var(--no) 50%, var(--yes) 50%);
+ cursor: pointer;
+ transition: 0.8s;
+ color: white;
}
Copyright 2019--2024 Marius PETER