From cceb30b14c73ba40d472fdd51bf8d3b1e9ed2599 Mon Sep 17 00:00:00 2001 From: Linux in a Bit <105567407+RageGamerBoi@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:11:59 -0600 Subject: [PATCH] Update style.css to fix 80 column bug --- style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/style.css b/style.css index a71ef55..952dba6 100644 --- a/style.css +++ b/style.css @@ -7,19 +7,12 @@ textarea { font-family: monospace; } #textbox { + border-right: 1px solid PaleTurquoise; background-color: transparent; width: 100%; padding: 0.5em; - padding-right: calc(100% - 80ch - 0.5em - 17px); overflow-y: scroll; } -#linewidth-guide { - border-right: 1px solid PaleTurquoise; - width: 100%; - margin-left: 0.5em; - position: absolute; - z-index: -1; -} nav { position: fixed; bottom: 0; left: 0; box-sizing: border-box; width: 100%; height: 2rem; padding: 0 0.5em;