From 53163ce6ed6b2bf212e5543b9dd6c58ac37db756 Mon Sep 17 00:00:00 2001 From: rekkabell Date: Sun, 15 Dec 2024 12:14:23 -0500 Subject: [PATCH] * --- links/main.css | 7 ++++--- site/left.html | 6 +++--- src/inc/left.htm | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/links/main.css b/links/main.css index 9be627938..0a22f59c1 100644 --- a/links/main.css +++ b/links/main.css @@ -65,8 +65,8 @@ main .ethics-icon { width: 100px; height: auto; align-self: end;} main cite {font-size: 17px;display: block;clear: both;margin-bottom: 30px;} main cite:before {content: "— ";} main > q { font-size: 20px;font-style: italic;max-width: 500px; display: block; margin-left:30px; } -main > pre { font-family: monospace; background: black; color:white; padding:15px; } -main > code { font-family: monospace; font-size:12px; margin-bottom: 30px; display: block; background:black; color:white; padding:15px; white-space: pre} +main > pre { max-width: 700px; font-family: monospace; background: black; color:white; padding:15px; } +main > code { max-width: 700px; font-family: monospace; font-size:12px; margin-bottom: 30px; display: block; background:black; color:white; padding:15px; white-space: pre} main > code comment { color:#777} main .button { background-color: #000;border: 2px solid white;color: white;padding: 13px 28px;text-align: center;text-decoration: none;display: inline-block;font-size: 14px;border-radius: 200px;font-weight: bold; margin-right: 15px; margin-bottom: 30px;} @@ -76,6 +76,7 @@ main .button.patreon { border-color: #e75942} main .button.patreon:hover { background: #e75942 !important; cursor:pointer;} body select { color: black; margin-bottom: 20px } +main table {max-width: 700px;} main table.drpdown { padding-bottom: 15px; font-size: 18px} main table.drpdown td { padding-bottom: 15px; color: black;} @@ -117,7 +118,7 @@ ul { margin:0px 0px 30px 0px; } .col2 { columns: 2 } .capital { text-transform: capitalize } -.notice { padding:20px; border:2px solid black; } +.notice { max-width: 700px; padding:20px; border:2px solid black; } ul.nobull li {list-style-type: none} .hidden { display: none } diff --git a/site/left.html b/site/left.html index fd72dcc28..7669c3a62 100644 --- a/site/left.html +++ b/site/left.html @@ -111,7 +111,7 @@

Controls

escape
select reset
ctrl + f
find selection
ctrl + h
View hint
-
ctrl + spc
Symbol
+
ctrl + space
Symbol
ctrl + l
Categories
@@ -135,7 +135,7 @@

Snarf

Finding a word

-

Find multiple occurences of a word by selecting one, and pressing ctrl + f. A menu will appear on the left side showing the various occurences of the selected word, scroll through the list using alt + (up or down)arrows. To leave the word finding mode press escape.

+

Find multiple occurences of a word by selecting one, and pressing ctrl + f. A menu will appear on the left side showing the various occurences of the selected word, scroll through the list using alt + (↑ or ↓ arrows). To leave the word finding mode press escape.


@@ -151,7 +151,7 @@

Saving a file

To save a file, press ctrl + s.

-

At the top left corner of the window is a diamond shape, it changes color to indicate whether or not you have unsaved changes. Teal means unsaved, black means saved.

+

At the top left corner of the window is a diamond shape, it changes color to indicate whether or not you have unsaved changes. Teal means unsaved, Black means saved.


De-evolved Lefbit diff --git a/src/inc/left.htm b/src/inc/left.htm index 15050d6e3..51d3933bd 100644 --- a/src/inc/left.htm +++ b/src/inc/left.htm @@ -66,7 +66,7 @@

Controls

escape
select reset
ctrl + f
find selection
ctrl + h
View hint
-
ctrl + spc
Symbol
+
ctrl + space
Symbol
ctrl + l
Categories
@@ -90,7 +90,7 @@

Snarf

Finding a word

-

Find multiple occurences of a word by selecting one, and pressing ctrl + f. A menu will appear on the left side showing the various occurences of the selected word, scroll through the list using alt + (up or down)arrows. To leave the word finding mode press escape.

+

Find multiple occurences of a word by selecting one, and pressing ctrl + f. A menu will appear on the left side showing the various occurences of the selected word, scroll through the list using alt + (↑ or ↓ arrows). To leave the word finding mode press escape.


@@ -106,7 +106,7 @@

Saving a file

To save a file, press ctrl + s.

-

At the top left corner of the window is a diamond shape, it changes color to indicate whether or not you have unsaved changes. Teal means unsaved, black means saved.

+

At the top left corner of the window is a diamond shape, it changes color to indicate whether or not you have unsaved changes. Teal means unsaved, Black means saved.


De-evolved Lefbit