|
|
@@ -570,6 +570,7 @@ input[type="checkbox"]:focus-visible {
|
|
|
}
|
|
|
|
|
|
.horizontal-list .item {
|
|
|
+ padding: 0.5rem 0;
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
@@ -1116,7 +1117,7 @@ input[type="search"] {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.flux .item {
|
|
|
+.flux .flux_header .item {
|
|
|
padding: 0.5rem 0;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
@@ -1160,7 +1161,7 @@ a.website:hover .favicon {
|
|
|
|
|
|
.flux .item.thumbnail {
|
|
|
line-height: 0;
|
|
|
- padding: 10px;
|
|
|
+ padding: 0.75rem;
|
|
|
height: 80px;
|
|
|
}
|
|
|
|
|
|
@@ -1239,7 +1240,7 @@ a.website:hover .favicon {
|
|
|
}
|
|
|
|
|
|
.flux_content .bottom .dropdown-toggle .icon {
|
|
|
- margin-right: 5px;
|
|
|
+ margin-right: 0.25rem;
|
|
|
}
|
|
|
|
|
|
/*=== Feed article content */
|
|
|
@@ -1248,7 +1249,7 @@ a.website:hover .favicon {
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
- min-height: 20em;
|
|
|
+ min-height: 20rem;
|
|
|
margin: auto;
|
|
|
line-height: 1.5;
|
|
|
word-wrap: break-word;
|
|
|
@@ -1295,7 +1296,8 @@ a.website:hover .favicon {
|
|
|
|
|
|
.content > header .tags .icon,
|
|
|
.content > footer .tags .icon {
|
|
|
- padding: 2px 10px 0 0;
|
|
|
+ padding: 0 1rem 0 0;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
.content > header .tags .list-tags,
|
|
|
@@ -1308,9 +1310,9 @@ a.website:hover .favicon {
|
|
|
|
|
|
.content > header .tags .list-tags .item.tag,
|
|
|
.content > footer .tags .list-tags .item.tag {
|
|
|
+ padding: 0 0.75rem 0 0;
|
|
|
display: inline-block;
|
|
|
- padding-right: 0.75em;
|
|
|
- line-height: normal;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
.content > header .tags .list-tags .item.tag a.link-tag,
|
|
|
@@ -1319,14 +1321,14 @@ a.website:hover .favicon {
|
|
|
}
|
|
|
|
|
|
.content > header h1 {
|
|
|
- margin: 0.5em 0;
|
|
|
+ margin: 0.5rem 0;
|
|
|
}
|
|
|
|
|
|
.content .text ul,
|
|
|
.content .text ol,
|
|
|
.content .text dd {
|
|
|
- margin: 0 0 0 15px;
|
|
|
- padding: 0 0 5px 15px;
|
|
|
+ margin: 0 0 0 1rem;
|
|
|
+ padding: 0 0 0.25rem 1rem;
|
|
|
}
|
|
|
|
|
|
.content pre {
|