mirror of
https://github.com/friendica/friendica
synced 2024-12-22 23:20:16 +00:00
add margin top to separate buttons, move button to navbar
This commit is contained in:
parent
df48ae8e00
commit
302eed95f7
3 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2023.09-rc\n"
|
"Project-Id-Version: 2023.09-rc\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -213,6 +213,7 @@ details summary {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-top: 2px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
|
|
|
@ -83,7 +83,7 @@ $(document).ready(function () {
|
||||||
// add mention-link button to the second navbar
|
// add mention-link button to the second navbar
|
||||||
let $mentionButton = $("#mention-link-button");
|
let $mentionButton = $("#mention-link-button");
|
||||||
if ($mentionButton.length) {
|
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").addClass("btn-sm ");
|
||||||
$("#mention-link > span i").addClass("fa-2x");
|
$("#mention-link > span i").addClass("fa-2x");
|
||||||
if ($mentionButton.hasClass("modal-open")) {
|
if ($mentionButton.hasClass("modal-open")) {
|
||||||
|
@ -94,6 +94,7 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// add Jot button to the second navbar
|
// add Jot button to the second navbar
|
||||||
let $jotButton = $("#jotOpen");
|
let $jotButton = $("#jotOpen");
|
||||||
if ($jotButton.length) {
|
if ($jotButton.length) {
|
||||||
|
|
Loading…
Reference in a new issue