From 0b1f806276a0d7e8ef664d13d57135b244fa8fca Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 12 Jul 2024 07:44:31 -0700 Subject: [PATCH] web: visualize blockquote better --- web/static/style.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/web/static/style.css b/web/static/style.css index afc1c88..dc02881 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -126,13 +126,13 @@ iframe { } @keyframes spin { -from { - transform: rotate(0deg); -} + from { + transform: rotate(0deg); + } -to { - transform: rotate(360deg); -} + to { + transform: rotate(360deg); + } } @media (max-width: 768px) { @@ -190,8 +190,7 @@ input::placeholder, white-space: nowrap; } -.search-results td.subject { -} +.search-results td.subject {} .search-results .subject .tag {} @@ -239,6 +238,11 @@ display: none; } */ +blockquote { + padding-left: 1em; + border-left: 2px solid #ddd; +} + .desktop .main-content { display: grid; grid-template-columns: 12rem 1fr; @@ -281,8 +285,9 @@ display: none; margin: .25em; display: inline-block; } + .attachment .card-content { - padding: 0.5rem 1.5rem; + padding: 0.5rem 1.5rem; } .button.spam {