From 302eed95f75e626b590bb20f1603dcfa1340b9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 7 Oct 2023 18:41:08 +0200 Subject: [PATCH] add margin top to separate buttons, move button to navbar --- view/lang/C/messages.po | 2 +- view/theme/frio/css/style.css | 1 + view/theme/frio/js/theme.js | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 40e2276ee..c15452623 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 76df82bf9..3618fa152 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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; diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index f1585b553..6785c827f 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -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) {