From 087df18fea1e94183268cf2d520a6d51a1c58224 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Wed, 9 Nov 2022 23:42:56 +0100 Subject: [PATCH 1/3] Add Wiki links to help&community page --- ui/index.html | 44 ++++++++++++++++++++++++++++++++++++------- ui/media/css/main.css | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 7 deletions(-) diff --git a/ui/index.html b/ui/index.html index 1872b4fb..5e237afa 100644 --- a/ui/index.html +++ b/ui/index.html @@ -243,13 +243,43 @@
diff --git a/ui/media/css/main.css b/ui/media/css/main.css index cc371b38..1a7a1941 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -341,6 +341,32 @@ img { color: var(--text-color); text-decoration: none; } +#help-links { + display: inline-block; + list-style-type: none; + text-align: left; + margin: auto; + padding: 0px; +} +#help-links li { + padding-bottom: 12pt; + display: block; + font-size: 10pt; +} +#help-links li .fa-fw { + padding-right: 2pt; +} +#help-links li a { + color: var(--text-color); + text-decoration: none; +} +#help-links li ul { + padding-inline-start: 10px; + margin-top: 8px; +} +.help-section { + font-size: 130%; +} .dropdown { overflow: hidden; } @@ -620,6 +646,14 @@ input::file-selector-button { #editor { max-width: 480px; } + .float-container { + padding: 20px; + } + .float-child { + width: 50%; + float: left; + padding: 20px; + } } .help-btn { From 4913dc1aadac7d8459109c80057f5b5da67d3e90 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Wed, 9 Nov 2022 23:57:48 +0100 Subject: [PATCH 2/3] Replace hr by border-bottom --- ui/index.html | 2 -- ui/media/css/main.css | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/index.html b/ui/index.html index 5e237afa..a5cae6b2 100644 --- a/ui/index.html +++ b/ui/index.html @@ -246,7 +246,6 @@

Help

-