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.css24
1 files changed, 9 insertions, 15 deletions
diff --git a/app/static/styles/no.css b/app/static/styles/no.css
index 4673cf3..8f20ce5 100644
--- a/app/static/styles/no.css
+++ b/app/static/styles/no.css
@@ -1,8 +1,7 @@
.main {
height: 100%;
- position: fixed;
+ position: relative;
z-index: 0;
- left: 7%;
overflow: auto;
}
@@ -29,16 +28,6 @@
transition: 0.2s;
}
-.tab-yes:hover ~ .main {
- left: 10%;
- transition: 0.2s;
-}
-
-.tab-home:hover ~ .main {
- left: 8%;
- transition: 0.2s;
-}
-
.tab-yes:hover ~ .tab-home {
width: 5%;
transition: 0.2s;
@@ -51,23 +40,28 @@
/* Archive. */
.feed-archive {
- width: 100%;
+ height: 100%;
display: flex;
position: relative;
flex-wrap: wrap;
- justify-content: space-around;
+ overflow: auto;
+ justify-content: space-between;
}
.archive {
+ max-height: 20%;
+ max-width: 25%;
background: white;
- position: relative;
border-radius: 14px;
padding: 1rem;
margin: 0.5rem;
+ overflow: hidden;
+ position: relative;
}
.archive:hover {
background: linear-gradient(to left, var(--no) 50%, var(--yes) 50%);
cursor: pointer;
transition: 0.8s;
color: white;
+ overflow: auto;
}
Copyright 2019--2024 Marius PETER