From ebc90092d1aecac8987c3b29b3b7fc2a6a00a4c2 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 22 Mar 2025 18:35:48 -0500 Subject: [PATCH] Jot Plugins toolbar fix --- bookface_light.css | 59 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index 5768c88..cbe6139 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,6 +1,6 @@ /* Name : Bookface Light - Version : 1.5.18 + Version : 1.5.19 Licence : AGPL Created on : 22 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml @@ -1434,6 +1434,59 @@ ul.nav-tabs { width: 260px; position: absolute; } + /* Jot Plugin Buttons */ + #profile-jot-plugin-wrapper { + width: 85%; + margin: 0; + } + #profile-jot-plugin-wrapper > div > button { + width: 45px; + height: 45px; + margin: 5px; + } + #profile-jot-plugin-wrapper > div > button:hover, + #profile-jot-plugin-wrapper > div > button:focus { + background-color: var(--link-color); + color: white !important; + } + /* Smileys Add-on */ + .smiley_button { + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + /* image icon is not color mode aware + so swap it with an icon font + */ + .smiley_button > img { + display: none; + } + .smiley_button::before { + content: '\f055'; + font-family: ForkAwesome; + font-size: inherit; + color: inherit; + } + #smileybutton { + position: fixed; + background-color: #fff; + width: auto; + border-radius: 8px; + padding: 10px; + -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); + box-shadow: 0 6px 12px rgba(0,0,0,.175); + } + table.smiley-preview { + border: none; + } + .jotplugins #postboxbutton, + .jotplugins #smileybutton { + position: absolute; + } + /* Zen Postbox Add-on */ + .postbox_button > img { + width: 32px; + height: 32px; + } /* MISCELLANEOUS STUFF */ div#back-to-top { bottom: 65px; @@ -2501,6 +2554,10 @@ body.mod-settings #delegation .contact-block-img { position: relative; float: none !important; } + /* Jot Plugin Buttons */ + #profile-jot-plugin-wrapper { + width: 100%; + } } /* Frio Theme Cut-Off (double sidebar width) =========================================