summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHugo Roy <hugo@hugoroy.eu>2016-08-28 17:41:33 +0200
committerGaute Hope <eg@gaute.vetsj.com>2016-09-02 11:22:26 +0200
commit34ad4d505fcf61174a6aba680f725b8df722766d (patch)
treeda7844a7cded77df581a44601652ba7678f65043 /ui
parentdc8319f0498394517b28c2b7934f0a4a46652f26 (diff)
header size and tag margins
Diffstat (limited to 'ui')
-rw-r--r--ui/thread-view.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/thread-view.scss b/ui/thread-view.scss
index fb2c3d1..f18cb8c 100644
--- a/ui/thread-view.scss
+++ b/ui/thread-view.scss
@@ -810,6 +810,13 @@ body.nohide .email .compressed_note > span {
.header {
overflow: hidden;
+ font-size: 90%;
+
+ #Tags {
+ .value span {
+ padding: 2px;
+ }
+ }
}
.header .field {
clear: both;