Skip to content

Commit 176842a

Browse files
committed
Multiples UI fixes
1 parent 3aad8d2 commit 176842a

File tree

3 files changed

+28
-14
lines changed

3 files changed

+28
-14
lines changed

screenshot_stack.png

72.7 KB
Loading

screenshot_stack_2.png

-55.2 KB
Loading

stack/css/stack.css

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ input.rename-tag-input {
715715
.cloudtag-container a {
716716
flex: 1;
717717
background-color: var(--dark-main-color);
718+
border: 1px solid var(--dark-main-color);
718719
color: var(--background-color);
719720
border-radius: 3rem;
720721
padding-left: 1ch;
@@ -938,9 +939,15 @@ select {
938939
}
939940

940941
.daily-entry img {
941-
margin-top: 2rem;
942-
margin-bottom: 3rem;
943-
border-radius: 1rem;
942+
margin-bottom: 2rem;
943+
border-radius: var(--border-radius);
944+
max-width: 10rem;
945+
height: auto;
946+
}
947+
948+
.daily-entry-tags {
949+
display: flex;
950+
gap:1ch
944951
}
945952

946953
/* @end */
@@ -1182,10 +1189,19 @@ input#tagfilter_value {
11821189

11831190

11841191
.plus-cross {
1185-
width: auto;
1186-
height: 100%;
1192+
width: 100%;
1193+
height: auto;
1194+
position: absolute;
1195+
top: 14.5px;
1196+
right: 0;
11871197
}
11881198

1199+
.s_medium_post .plus-cross {
1200+
top: 31px;
1201+
1202+
}
1203+
1204+
11891205
.plus-cross .svg-line {
11901206
stroke-width: 1px;
11911207
vector-effect: non-scaling-stroke;
@@ -1459,7 +1475,7 @@ a:hover .svg-fill {
14591475
font-size: 1.5rem;
14601476
}
14611477

1462-
.tags-header-linklist a, .linklist-item .tags a {
1478+
.tags-header-linklist a, .linklist-item .tags a, .label-tag {
14631479
color: var(--background-color);
14641480
padding: 1ch;
14651481
padding-top: .5ch;
@@ -1479,24 +1495,21 @@ a:hover .svg-fill {
14791495

14801496
.link-expand {
14811497
position: absolute;
1482-
right: 7px;
1483-
top: 7px;
1498+
right: 5px;
1499+
top: 0px;
14841500
height: 100%;
1485-
width: auto;
1501+
width: 15px;
14861502
padding: 0;
14871503
border: none;
14881504
z-index: 200;
14891505
cursor: pointer;
14901506
display: block;
1491-
background: blue;
1507+
background-color: unset;
14921508
}
14931509

14941510
@media (min-width:768px) {
14951511
.link-expand {
1496-
height: 20px;
1497-
top: 10px;
1498-
right: var(--normal-margin);
1499-
1512+
right: var(--normal-margin);
15001513
}
15011514

15021515
}
@@ -1671,6 +1684,7 @@ a:hover .svg-fill {
16711684
#linklist .s_medium_post header {
16721685
padding-top: 1.2rem;
16731686
padding-bottom: 1.2rem;
1687+
min-height: 77px;
16741688
}
16751689

16761690
#linklist .s_medium_post h2,#linklist .s_large_post h2 {

0 commit comments

Comments
 (0)