From 121b6f115142d6af4f23924fa8bb2caba45f951f Mon Sep 17 00:00:00 2001 From: seb1k <64972483+seb1k@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:29:25 +0200 Subject: [PATCH] Add files via upload --- styles/styles.min.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/styles.min.css b/styles/styles.min.css index ee469b8..c612189 100644 --- a/styles/styles.min.css +++ b/styles/styles.min.css @@ -94,6 +94,7 @@ transition: all .25s ease-out; max-height: 100vh; overflow: auto; scrollbar-width: thin; +border-radius: 0 24px 24px 0; } @@ -261,8 +262,7 @@ animation: spin 1.5s linear infinite; } -@keyframes spin { 100% {transform:rotate(360deg); } - } +@keyframes spin { 100% {transform:rotate(360deg); }} .tableheaderseb td{ @@ -285,7 +285,6 @@ animation: spin 1.5s linear infinite; color: rgba(0, 0, 0, 0.3); position:absolute; z-index:10; - top:50px; color: #c5d1d3; } @@ -296,7 +295,8 @@ animation: spin 1.5s linear infinite; display:inline-block; width:50px; height:50px; - padding-top:5px; + padding-top:6px; + font-size:24px !important; } @@ -4237,7 +4237,7 @@ table.fixedcopy { .messagelist td.subject { width: 100%; - padding: .4rem .4rem .6rem 0; + padding: .5rem 0; display: flex; flex-wrap: wrap; } @@ -4262,7 +4262,7 @@ margin-right: 15px; .messagelist td.subject span.date, .messagelist td.subject span.size { -line-height: 2em; +line-height: 1.9em; } .messagelist td.subject span.fromto { @@ -4292,7 +4292,7 @@ line-height: 2em; .messagelist td.flags > span { height: 2em; - line-height: 1.7em; + line-height: 2em; display: block; font-size:12px; margin-left: -20px;