|
|
@@ -1411,6 +1411,11 @@ a.website:hover .favicon {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+.flux .flux_header .date,
|
|
|
+.flux .flux_content .bottom .date {
|
|
|
+ font-size: 0.7rem;
|
|
|
+}
|
|
|
+
|
|
|
.item.query > a {
|
|
|
display: list-item;
|
|
|
list-style-position: inside;
|
|
|
@@ -2205,7 +2210,7 @@ html.slider-active {
|
|
|
}
|
|
|
|
|
|
.flux_header .item.website span,
|
|
|
- .item.date, .day .date,
|
|
|
+ .item .date, .day .date,
|
|
|
.dropdown-menu > .no-mobile,
|
|
|
.no-mobile {
|
|
|
display: none;
|
|
|
@@ -2248,6 +2253,10 @@ html.slider-active {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+ .flux .flux_header .item .title:has(~.date) {
|
|
|
+ padding-right: 1rem;
|
|
|
+ }
|
|
|
+
|
|
|
#overlay .close {
|
|
|
position: relative;
|
|
|
}
|