From 3a464a0c2a6e90d76fc0a92e18d94b301a6e68a7 Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:50:33 +0000 Subject: [PATCH] stylesheets/style.css: add styles --- stylesheets/style.css | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 926a85bb..baad2e52 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2030,3 +2030,52 @@ span.orangeQuote { .lcn_threadstats_container > :not(:first-child):before { content: ' | '; } + +.lcn-setting-entry { + display: flex; + align-items: flex-end; + gap: 0.5em; +} + +.lcn-bar { + display: flex!important; + justify-content: space-between; + gap: 6px; +} + +#thread-update-status { + display: inline-block; + width: 2.5em; + text-align: right; + overflow-x: clip; +} + +.bar-collection { + padding: 0px 3px; +} + +.lcn-bar .threadlinks:before, +.lcn-bar .threadlinks:after, +.lcn-bar .threadlinks .threadlink:not(:first-child):before { + vertical-align: middle; +} + +.threadlinks:before { + content: '[ '; +} + +.threadlinks:after { + content: ' ]'; +} + +.threadlinks .threadlink:not(:first-child):before { + content: ' / '; +} + +.indielinks-row .indielinks:not(:first-child):before { + content: ' | '; +} + +.indielinks .indielink:not(:first-child) { + margin-left: 6px; +}