@@ -715,6 +715,7 @@ input.rename-tag-input {
715
715
.cloudtag-container a {
716
716
flex : 1 ;
717
717
background-color : var (--dark-main-color );
718
+ border : 1px solid var (--dark-main-color );
718
719
color : var (--background-color );
719
720
border-radius : 3rem ;
720
721
padding-left : 1ch ;
@@ -938,9 +939,15 @@ select {
938
939
}
939
940
940
941
.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
944
951
}
945
952
946
953
/* @end */
@@ -1182,10 +1189,19 @@ input#tagfilter_value {
1182
1189
1183
1190
1184
1191
.plus-cross {
1185
- width : auto;
1186
- height : 100% ;
1192
+ width : 100% ;
1193
+ height : auto;
1194
+ position : absolute;
1195
+ top : 14.5px ;
1196
+ right : 0 ;
1187
1197
}
1188
1198
1199
+ .s_medium_post .plus-cross {
1200
+ top : 31px ;
1201
+
1202
+ }
1203
+
1204
+
1189
1205
.plus-cross .svg-line {
1190
1206
stroke-width : 1px ;
1191
1207
vector-effect : non-scaling-stroke;
@@ -1459,7 +1475,7 @@ a:hover .svg-fill {
1459
1475
font-size : 1.5rem ;
1460
1476
}
1461
1477
1462
- .tags-header-linklist a , .linklist-item .tags a {
1478
+ .tags-header-linklist a , .linklist-item .tags a , . label-tag {
1463
1479
color : var (--background-color );
1464
1480
padding : 1ch ;
1465
1481
padding-top : .5ch ;
@@ -1479,24 +1495,21 @@ a:hover .svg-fill {
1479
1495
1480
1496
.link-expand {
1481
1497
position : absolute;
1482
- right : 7 px ;
1483
- top : 7 px ;
1498
+ right : 5 px ;
1499
+ top : 0 px ;
1484
1500
height : 100% ;
1485
- width : auto ;
1501
+ width : 15 px ;
1486
1502
padding : 0 ;
1487
1503
border : none;
1488
1504
z-index : 200 ;
1489
1505
cursor : pointer;
1490
1506
display : block;
1491
- background : blue ;
1507
+ background-color : unset ;
1492
1508
}
1493
1509
1494
1510
@media (min-width : 768px ) {
1495
1511
.link-expand {
1496
- height : 20px ;
1497
- top : 10px ;
1498
- right : var (--normal-margin );
1499
-
1512
+ right : var (--normal-margin );
1500
1513
}
1501
1514
1502
1515
}
@@ -1671,6 +1684,7 @@ a:hover .svg-fill {
1671
1684
# linklist .s_medium_post header {
1672
1685
padding-top : 1.2rem ;
1673
1686
padding-bottom : 1.2rem ;
1687
+ min-height : 77px ;
1674
1688
}
1675
1689
1676
1690
# linklist .s_medium_post h2 , # linklist .s_large_post h2 {
0 commit comments