aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-03-08 14:01:03 -0500
committertdro <tdro@noreply.example.com>2024-03-08 14:01:03 -0500
commit4e74a82ddfc1ad27d58295e9bae4f8e5ab5bb604 (patch)
tree79e751fab82bae60989597b015cccaa58645ecee /assets
parent946aca93fefc09be2a613bff0cd6f57b25652177 (diff)
downloadcanory-4e74a82ddfc1ad27d58295e9bae4f8e5ab5bb604.tar.gz
canory-4e74a82ddfc1ad27d58295e9bae4f8e5ab5bb604.tar.bz2
canory-4e74a82ddfc1ad27d58295e9bae4f8e5ab5bb604.zip
themes/default/layouts/_default/section.following: Follow -> Feeds
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css27
1 files changed, 18 insertions, 9 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 7ef9a4d..faa56f9 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -873,14 +873,20 @@ micro-author micro-card > a:hover {
}
button svg,
-nav[data-type="pagination"] svg,
-micro-author micro-card > a svg {
+micro-author micro-card a svg,
+nav[data-type="pagination"] a svg {
height: 1.25rem;
width: 1.25rem;
}
-svg ~ header,
-header ~ svg {
+micro-author micro-card a svg {
+ font-size: 85%;
+}
+
+micro-author a svg ~ span,
+micro-author a span ~ svg,
+nav[data-type="pagination"] a svg ~ span,
+nav[data-type="pagination"] a span ~ svg {
margin-left: 0.25rem;
}
@@ -1072,8 +1078,10 @@ micro-author micro-card {
border: none;
}
-micro-author micro-card > *,
-micro-author micro-card > article {
+micro-author micro-card header,
+micro-author micro-card > a,
+micro-author micro-card > article,
+micro-author micro-card > p:not(:last-child) {
margin: 0 0.5rem;
}
@@ -1097,7 +1105,7 @@ micro-author article h3 {
font-weight: 400;
}
-micro-author micro-card header figure {
+micro-author micro-card header figure:first-child {
margin: 0;
}
@@ -2424,7 +2432,8 @@ nav[hidden] {
flex-direction: column;
text-align: center;
}
- micro-author micro-card > :not(:last-child) {
+ micro-author micro-card > *:not(:last-child),
+ micro-author micro-card > p:not(:last-child) {
margin-bottom: 0.5rem;
}
micro-author article {
@@ -2439,8 +2448,8 @@ nav[hidden] {
}
@media screen and (max-width: 1080px) {
- column-base[position="left"],
search-entry,
+ column-base[position="left"],
column-base[position="middle"] > nav:first-child section {
display: none;
}