diff options
| author | Christian Cleberg <[email protected]> | 2026-07-31 11:49:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-31 11:49:07 -0500 |
| commit | 789408c63a24127cce7b7e66566be4ae0194fc35 (patch) | |
| tree | 8bbc876a2c0358fdade0cbf617dbdd0ad7f9ac4e /theme/static/styles.css | |
| parent | 2f24b3a28375c7934d008f3b049c3280119ebba1 (diff) | |
| download | cleberg.net-789408c63a24127cce7b7e66566be4ae0194fc35.tar.gz cleberg.net-789408c63a24127cce7b7e66566be4ae0194fc35.tar.bz2 cleberg.net-789408c63a24127cce7b7e66566be4ae0194fc35.zip | |
give bubbles button a defined height
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 19e4711..4e7a7b1 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -3,6 +3,7 @@ a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} img { max-width: 100%; } +.bubbles-vote { min-height: 20px; margin-top: 1rem; } .post-list { padding: 0; padding-inline-start: 0; } .post-list-item { display: flex; list-style: none; align-items: baseline; } .post-list-item time { padding-right: 0.5rem; white-space: nowrap; } |
