diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
| commit | 4c82042f990ffd6c48e547cefb861a1f516b7b4f (patch) | |
| tree | 460694e92c0e70bd490f4aca8c5fba2efcfda496 /assets/css/post.css | |
| parent | 9bd9c28cae452b43b4fcece040d06728990c2c26 (diff) | |
Small design improvs for lang select & search
Diffstat (limited to 'assets/css/post.css')
| -rw-r--r-- | assets/css/post.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/css/post.css b/assets/css/post.css index 7fcfd95..13fac69 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -61,11 +61,13 @@ border-radius: var(--border-radius-max); box-shadow: var(--shadow-default); cursor: pointer; + height: 2.5rem; + width: 2.5rem; + display: inline-flex; align-items: center; justify-content: center; - height: 2.5rem; - width: 2.5rem; + position: absolute; bottom: 9rem; right: 0; |
