add margin top to separate buttons, move button to navbar

This commit is contained in:
Jakobus Schürz 2023-10-07 18:41:08 +02:00
parent df48ae8e00
commit 302eed95f7
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2023.09-rc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-07 11:28+0200\n"
"POT-Creation-Date: 2023-10-07 18:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -213,6 +213,7 @@ details summary {
text-shadow: none;
border-radius: 3px;
margin-bottom: 0;
margin-top: 2px;
font-size: 14px;
font-weight: 600;
padding: 8px 16px;

View File

@ -83,7 +83,7 @@ $(document).ready(function () {
// add mention-link button to the second navbar
let $mentionButton = $("#mention-link-button");
if ($mentionButton.length) {
$mentionButton.appendTo("#topbar-second > .container > #navbar-button").css("padding", "2");
$mentionButton.appendTo("#topbar-second > .container > #navbar-button").addClass("pull-right");
$("#mention-link").addClass("btn-sm ");
$("#mention-link > span i").addClass("fa-2x");
if ($mentionButton.hasClass("modal-open")) {
@ -94,6 +94,7 @@ $(document).ready(function () {
}
}
// add Jot button to the second navbar
let $jotButton = $("#jotOpen");
if ($jotButton.length) {