From cb383240f8bea6a662a8499714306c2e05d20ea9 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 8 Jun 2020 21:56:33 +1000 Subject: [PATCH] tempra simple too fix line wrap in attach box on themes exc cosora --- themes/shadow/public/main.css | 1 + themes/tempra_simple/public/main.css | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/themes/shadow/public/main.css b/themes/shadow/public/main.css index 8344a64c..3651ca2f 100644 --- a/themes/shadow/public/main.css +++ b/themes/shadow/public/main.css @@ -382,6 +382,7 @@ red { background-color: rgb(71,71,76); border-radius: 3px; padding: 16px; + overflow-wrap: break-word; } .formrow.real_first_child, .formrow:first-child { diff --git a/themes/tempra_simple/public/main.css b/themes/tempra_simple/public/main.css index 4c4dcd9c..e44603eb 100644 --- a/themes/tempra_simple/public/main.css +++ b/themes/tempra_simple/public/main.css @@ -826,6 +826,26 @@ red { .staff_post .hide_spoil img { background-color: rgb(240,180,240); } +.attach_box { + background-color: #5a5555; + background-color: rgb(71,71,76); + border-radius: 3px; + padding: 16px; +} +.attach_box { + border: 1px solid hsl(10, 0%, 80%); + background: white; + padding: 5px; + margin: 0px; + display: inline-block; + width: 100%; + margin-top: 8px; + margin-bottom: 8px; + overflow-wrap: break-word; +} +.attach_box:first-child { + margin-top: 0px; +} blockquote { border: 1px solid hsl(0, 0%, 80%);