Skip to content

Commit

Permalink
Update style.css to fix 80 column bug
Browse files Browse the repository at this point in the history
LinuxinaBit authored Nov 14, 2023
1 parent 360cf45 commit cceb30b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions style.css
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit cceb30b

Please sign in to comment.