diff --git a/templates/threads.html b/templates/threads.html index 44b7b54..b6f07e0 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -26,12 +26,9 @@ color: #232323; padding: 5px; } - header, footer { + header, footer, main { padding: 1em; } - main { - padding: 1em 0; - } header, footer { background: linear-gradient(45deg, #3054bf, #416fff); color: white; @@ -41,15 +38,6 @@ } } - main .back { - & a { - text-decoration: none; - } - & a::before { - content: '\25C0'; - } - } - ul { list-style: none; } @@ -97,7 +85,7 @@ border-radius: 5px; box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15); max-width: 100%; - margin-bottom: 1em; + margin: 15px 0 1em; object-fit: cover; } @@ -119,13 +107,18 @@ grid-template-columns: auto auto; gap: 5px; - & .anchor, - & .anchor a { + & .right_menu { padding-top: 5px; font-size: small; text-align: right; - color: #555; - vertical-align: center; + color: #888; + + & a:hover{ + color: blue + } + & a{ + color: #888; + } } & .author a { @@ -214,10 +207,9 @@ {{thread.account.display_name | safe}} -
@@ -271,10 +263,9 @@ > -