From 8a5b3a083ad9b3bd710d944e5c83ac08ead433e7 Mon Sep 17 00:00:00 2001 From: blendoit Date: Sat, 25 Jan 2020 09:53:18 -0800 Subject: Placeholder content and CSS style sheets. --- app/static/styles/no.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'app/static/styles/no.css') 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; } -- cgit v1.2.3