diff options
author | tdro <tdro@noreply.example.com> | 2022-07-24 18:12:43 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-07-24 18:12:43 -0400 |
commit | 5eb2116060a84c915f9a4dba1d671f96e856f2eb (patch) | |
tree | fc9b8897bb059561483248ca13b627846fff5455 /assets | |
parent | fcf7037224c6cf512630d5dacb1163061e47d4eb (diff) | |
download | canory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.tar.gz canory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.tar.bz2 canory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.zip |
themes/default/layouts/partials: Add following aside
Add basic following aside for now.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/default.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index db82650..0958e2e 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -92,7 +92,7 @@ } } -/* ----- Psuedo ----- */ +/* ----- Pseudo ----- */ *, ::before, @@ -1107,6 +1107,7 @@ paginator-navigation svg { web-ring, author-list, +following-list, gallery-images { padding-bottom: 1rem; display: block; @@ -1114,6 +1115,7 @@ gallery-images { web-ring > h1, author-list > h1, +following-list > h1, gallery-images > h1 { font-size: 95%; margin: 0.5rem 0 1rem 0; @@ -1191,20 +1193,20 @@ web-ring-item:not(:last-child) { display: block; } +following-list aside, web-ring aside, author-list section { background-color: #f9f9f9; background-color: var(--widget-background); + border-radius: 1rem; } web-ring aside { - border-radius: 1rem; padding: 1rem; } author-list section { display: block; - border-radius: 1rem; } search-entry { |