From de8ca6bbefb117d75b812e750a6efa6a8d0b6964 Mon Sep 17 00:00:00 2001 From: kerle Date: Sun, 17 Jul 2016 13:50:33 +0200 Subject: [PATCH 1/6] Long [code][/code] tags and other content could break out of the posteare div. Fixed with setting width of .posteare to 75%. --- core/skins/sections.css | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 core/skins/sections.css diff --git a/core/skins/sections.css b/core/skins/sections.css old mode 100644 new mode 100755 index 34667f26..953eb1a0 --- a/core/skins/sections.css +++ b/core/skins/sections.css @@ -428,6 +428,7 @@ hr.sep background: #e799a3 .postarea + width: 75% padding: 0 15px @if $can_flex display: flex From 25999526ff66f46299cc2f3af89fe8ac82672b6f Mon Sep 17 00:00:00 2001 From: kerle Date: Sun, 17 Jul 2016 14:58:06 +0200 Subject: [PATCH 2/6] Wilderless + Wireless overwrote width for .postearea. Setting it to auto is making stuff bad again. :auto seems to be a fix for IE6, but fucking who cares about IE6? Not me. If really needed, an @if block should do it. --- core/skins/Wilderless/extra.css | 1 - core/skins/Wireless/extra.css | 1 - 2 files changed, 2 deletions(-) diff --git a/core/skins/Wilderless/extra.css b/core/skins/Wilderless/extra.css index 2f4a55e6..c1f21eaa 100644 --- a/core/skins/Wilderless/extra.css +++ b/core/skins/Wilderless/extra.css @@ -87,7 +87,6 @@ body #sidebar .column .postarea display: block - width: auto // mostly for IE6 margin-left: 0 @remove .postarea diff --git a/core/skins/Wireless/extra.css b/core/skins/Wireless/extra.css index 492216f1..cfed8649 100644 --- a/core/skins/Wireless/extra.css +++ b/core/skins/Wireless/extra.css @@ -50,7 +50,6 @@ body #sidebar .column .postarea display: block - width: auto // mostly for IE6 margin-left: 0 @remove .postarea From debdb00d5643060f89e6c86c43d718158e19803e Mon Sep 17 00:00:00 2001 From: kerle Date: Mon, 18 Jul 2016 20:19:24 +0200 Subject: [PATCH 3/6] width of 0 should be less hacky. Thanks @nsgomez --- core/skins/sections.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/skins/sections.css b/core/skins/sections.css index 953eb1a0..22b3c0fc 100755 --- a/core/skins/sections.css +++ b/core/skins/sections.css @@ -428,7 +428,7 @@ hr.sep background: #e799a3 .postarea - width: 75% + width: 0 padding: 0 15px @if $can_flex display: flex From f3f44357e5b864cd32b27e368b0f3184933879b5 Mon Sep 17 00:00:00 2001 From: C3realGuy Date: Sun, 17 Jul 2016 13:50:33 +0200 Subject: [PATCH 4/6] Long [code][/code] tags and other content could break out of the posteare div. Fixed with setting width of .posteare to 75%. --- core/skins/sections.css | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 core/skins/sections.css diff --git a/core/skins/sections.css b/core/skins/sections.css old mode 100644 new mode 100755 index 34667f26..953eb1a0 --- a/core/skins/sections.css +++ b/core/skins/sections.css @@ -428,6 +428,7 @@ hr.sep background: #e799a3 .postarea + width: 75% padding: 0 15px @if $can_flex display: flex From 321417c9c95f65ca54d8213ed23b6ff9a780b13e Mon Sep 17 00:00:00 2001 From: C3realGuy Date: Sun, 17 Jul 2016 14:58:06 +0200 Subject: [PATCH 5/6] Wilderless + Wireless overwrote width for .postearea. Setting it to auto is making stuff bad again. :auto seems to be a fix for IE6, but fucking who cares about IE6? Not me. If really needed, an @if block should do it. --- core/skins/Wilderless/extra.css | 1 - core/skins/Wireless/extra.css | 1 - 2 files changed, 2 deletions(-) diff --git a/core/skins/Wilderless/extra.css b/core/skins/Wilderless/extra.css index 2f4a55e6..c1f21eaa 100644 --- a/core/skins/Wilderless/extra.css +++ b/core/skins/Wilderless/extra.css @@ -87,7 +87,6 @@ body #sidebar .column .postarea display: block - width: auto // mostly for IE6 margin-left: 0 @remove .postarea diff --git a/core/skins/Wireless/extra.css b/core/skins/Wireless/extra.css index 492216f1..cfed8649 100644 --- a/core/skins/Wireless/extra.css +++ b/core/skins/Wireless/extra.css @@ -50,7 +50,6 @@ body #sidebar .column .postarea display: block - width: auto // mostly for IE6 margin-left: 0 @remove .postarea From 4034a744f81c7443792898358ebc8e11070957c1 Mon Sep 17 00:00:00 2001 From: C3realGuy Date: Mon, 18 Jul 2016 21:31:26 +0200 Subject: [PATCH 6/6] width of 0 should be less hacky. Thanks @nsgomez --- core/skins/sections.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/skins/sections.css b/core/skins/sections.css index 953eb1a0..22b3c0fc 100755 --- a/core/skins/sections.css +++ b/core/skins/sections.css @@ -428,7 +428,7 @@ hr.sep background: #e799a3 .postarea - width: 75% + width: 0 padding: 0 15px @if $can_flex display: flex