From 55e3f0b578500fcdd85ba09b3172169cea8ed69b Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sat, 28 Dec 2024 13:31:28 +1000 Subject: One more failed attempt to tame HTML scrolling. The HTML scrolling stuff has one job, and it always fucks that up. Make some HTML element smaller by allowing to scroll it's contents. Every single fucking time the "smaller" part just gets ignored. The containing element acts as if the smaller scroll box is still the same size as its contents. YOU HAD ONE FUCKING JOB! Can't even say "size this relative to it's container" properly. --- default.template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/default.template b/default.template index 8b63498..592813a 100644 --- a/default.template +++ b/default.template @@ -16,9 +16,9 @@ pre { background-color: $karenpurple$; - overflow: auto; - width: 42%; - margin: 10px; + overflow-x: auto; + width: 92vw; + margin: 1px; } menu { @@ -32,10 +32,10 @@ - +
- + -
alt text$header$   plus login and register buttons$header$   plus login and register buttons  
@@ -46,7 +46,7 @@
+

$pagetitle$

@@ -61,7 +61,7 @@

Page history

-

Web site atom feed and source code   Powered by notYetAnotherWiki Version $version$.

+

Web site atom feed and source code   Powered by notYetAnotherWiki Version $version$.  

-- cgit v1.1