From 57b30d426a21c9edb25f46a926af2b2c845e91a8 Mon Sep 17 00:00:00 2001 From: HT Date: Mon, 8 May 2023 01:41:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=8A=E2=81=BA=E2=9C=BF=CB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 18-Calamity | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/18-Calamity b/18-Calamity index a30fae6..6fd4efa 100644 --- a/18-Calamity +++ b/18-Calamity @@ -46,7 +46,9 @@ attribute:"title" - + + + @@ -791,16 +793,18 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { /*------------ DESCRIPTION BOX ------------*/ .ouai { width:100%; - /*height:calc(({select:navlinks icon size} * 4) + ({select:navlinks padding} * 8) + 4px + 1.5px + ({select:navlinks spacing} * 3));*/ - padding:{select:description box padding} calc({select:description box padding} * 1.2); border:.5px solid {color:description box border}; border-radius:3px; box-sizing:border-box; } .desc { - width:100%; - height:100%; + position:absolute; + top:0;left:0; + margin-top:{select:description box padding}; + margin-left:calc({select:description box padding} * 1.2); + width:calc(100% - (({select:description box padding} * 1.2) * 2) + ((var(--Scrollbar-Width) - 1px) / 2)); + height:calc(100% - ({select:description box padding} * 2)); padding-right:calc((var(--Scrollbar-Width) - 1px) / 2); font-family:k2d; letter-spacing:.1px; @@ -809,6 +813,7 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { line-height:{select:description line height}; overflow:auto; color:{color:description text}; + box-sizing:border-box; } .desc a {