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 {