File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1401,6 +1401,8 @@ a:hover .svg-fill {
14011401 overflow : hidden;
14021402 text-overflow : ellipsis;
14031403 width : 100% ;
1404+ /* Added in v0.9 to go with wrap tags */
1405+ width : fit-content;
14041406}
14051407
14061408.pin-icon , .private-icon {
@@ -1526,6 +1528,8 @@ a:hover .svg-fill {
15261528 padding : 0 ;
15271529 gap : 1rem ;
15281530 font-size : 1.5rem ;
1531+ padding-top : 1ch ;
1532+ padding-bottom : 1ch ;
15291533}
15301534
15311535.tags-header-linklist a , .linklist-item .tags a , .label-tag {
@@ -1744,9 +1748,6 @@ a:hover .svg-fill {
17441748# linklist .s_medium_post h2 , # linklist .s_large_post h2 {
17451749 white-space : normal;
17461750 font-family : var (--primary-font );
1747- }
1748-
1749- # linklist .s_medium_post h2 , # linklist .s_large_post h2 {
17501751 font-size : 100% ;
17511752}
17521753
@@ -2340,6 +2341,7 @@ hr {
23402341 /* justify-content: space-between; WHY??*/
23412342 padding-top : 1.2rem ;
23422343 padding-bottom : 1.2rem ;
2344+ flex-wrap : wrap;
23432345 }
23442346
23452347 # linklist h2 {
@@ -2354,6 +2356,8 @@ hr {
23542356 .tags-header-linklist {
23552357 display : inline-flex;
23562358 margin-left : auto;
2359+ align-self : flex-start;
2360+
23572361 }
23582362
23592363 .linklist-item {
You can’t perform that action at this time.
0 commit comments