File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 < summary > Shaarli</ summary >
77 {if="!empty($linkcount)"}
88 {$linkcount} {function="t('shaare', 'shaares', $linkcount)"}
9- {if="$privateLinkcount> 0"} · {$privateLinkcount} {function="t('private link', 'private links', $privateLinkcount)"}
9+ {if="$is_logged_in===true"}{if="$ privateLinkcount> 0"} · {$privateLinkcount} {function="t('private link', 'private links', $privateLinkcount)"}{/if }
1010 {/if}
1111 {/if}
1212 · < a href ="https://github.com/shaarli/Shaarli "> Shaarli</ a >
Original file line number Diff line number Diff line change @@ -529,11 +529,12 @@ details summary {
529529 margin-bottom : var (--normal-margin );
530530 display : flex;
531531 align-items : center;
532- justify-content : space-between ;
532+ justify-content : start ;
533533 gap : 1rem ;
534534 padding-left : 1ch ;
535535 padding-right : 1ch ;
536536 border-radius : var (--border-radius );
537+ min-height : 6ch ;
537538
538539}
539540
@@ -552,6 +553,10 @@ details summary {
552553 margin-right : var (--normal-margin ) ;
553554}
554555
556+ .pure-alert-close {
557+ margin-left : auto;
558+ }
559+
555560.pure-alert-close svg {
556561 cursor : pointer;
557562 background-color : white;
You can’t perform that action at this time.
0 commit comments