diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-28 08:39:26 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-28 08:39:26 -0300 |
| commit | 0822def5f08ec34fe5638e50015190b8aca633bf (patch) | |
| tree | 3d25c84b676d9026bb476808497cbcc0945098c5 /src | |
| parent | ad012a8297f38eb66cf5e5253c0323353956e9a8 (diff) | |
css: adjust inherited commentary section preview
Diffstat (limited to 'src')
| -rw-r--r-- | src/static/css/features.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 44b7727e..c811c753 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -346,8 +346,8 @@ @layer layout { .inherited-commentary-section { clear: right; - margin-top: 1em; - margin-bottom: 1.5em; + margin-top: 1.75em; + margin-bottom: 1.25em; margin-right: min(4vw, 60px); } @@ -395,8 +395,9 @@ @layer material { .inherited-commentary-section { - border: 2px solid var(--deep-color); - border-radius: 4px; + border-color: var(--deep-color); + border-width: 2px 2px; + border-style: dashed solid; background: #ffffff07; } |