diff --git a/shaarli-pro/css/style.css b/shaarli-pro/css/style.css index d03db30..1341609 100644 --- a/shaarli-pro/css/style.css +++ b/shaarli-pro/css/style.css @@ -278,6 +278,15 @@ a:focus:not(:focus-visible) { color: white; } +/* Sidebar Add Section (Création rapide) */ +.sidebar-add-section { + margin-top: 0.25rem; +} + +.sidebar-add-section .sidebar-section-title { + margin-bottom: 0.5rem; +} + /* Sidebar Segmented Add Button */ .sidebar-add-segmented { display: flex; diff --git a/shaarli-pro/page.header.html b/shaarli-pro/page.header.html index 676da78..8bf9cb8 100644 --- a/shaarli-pro/page.header.html +++ b/shaarli-pro/page.header.html @@ -24,6 +24,23 @@ Bookmarklet detection logic + {if="$is_logged_in"} +
+ {/if} +