Skip to content

Commit ae12273

Browse files
committed
Update stack.css
1 parent 64d585c commit ae12273

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

stack/css/stack.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -501,21 +501,20 @@ details summary {
501501
color: #00CD51;
502502
margin-top: var(--normal-margin);
503503
margin-bottom: var(--normal-margin);
504+
display: flex;
505+
align-items: center;
506+
gap:1rem;
507+
504508
}
505509

506510
#shaarli-errors-alert {
507-
margin-top: var(--normal-margin);
508-
margin-bottom: var(--normal-margin);
509511
display: flex;
510512
align-items: center;
511513
align-content: center;
512-
justify-content: space-between;
513-
gap: 2rem;
514-
font-size: 85%;
514+
gap:1rem;
515515
}
516516

517517
.pure-alert-close {
518-
padding: .5rem;
519518
cursor: pointer;
520519
}
521520

@@ -1733,9 +1732,6 @@ a:hover .svg-fill {
17331732
padding-right: .5rem;
17341733
}
17351734

1736-
.link-back:hover .svg-line-thin {
1737-
stroke: var(--main-color);
1738-
}
17391735

17401736
/* @end */
17411737

0 commit comments

Comments
 (0)