From 04b1e45e6509286de944ca9250b54659bbd45c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 5 Dec 2023 02:05:55 +0900 Subject: [PATCH] style(preview): refinements --- static/style/inverted-style.css | 2 +- static/style/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css index 84c7066e..56cac6bd 100644 --- a/static/style/inverted-style.css +++ b/static/style/inverted-style.css @@ -409,7 +409,7 @@ .preview hr { border-color: #00000040; } - .preview .open-new-link svg{ + .preview .open-new-link svg { fill: #00000080; } .preview p { diff --git a/static/style/style.css b/static/style/style.css index b70c15aa..e1fd7222 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -409,7 +409,7 @@ .preview hr { border-color: #ffffff40; } - .preview .open-new-link svg{ + .preview .open-new-link svg { fill: #ffffffbf; vertical-align: middle; /* margin-bottom: 6px; */ @@ -458,7 +458,7 @@ overflow: scroll; max-height: calc(100vh - 170px); pointer-events: all; - margin-top: 16px; + margin-top: 8px; border-top: 1px solid #202020; padding-top: 8px; } @@ -507,7 +507,7 @@ text-decoration: none; opacity: 0.75; } - .preview-header > a:hover{ + .preview-header > a:hover { opacity: 1; } .preview-header > a > h1 { @@ -522,7 +522,7 @@ width: calc(100% - 32px); overflow: hidden; margin-bottom: 0; - margin-top: 8px; + margin-top: 0; /* border-top: 1px solid #202020; */ } .preview-content {