neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
c4d5f995b2b03425b5640401ad71b71e97f05052
parent
6bc5e32af9ad6f144f8e619ee3bde124e53cb38c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-11-08 08:50
move subreddit icon to end

Diffstat

M static/style.css 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/static/style.css b/static/style.css

@@ -230,8 +230,8 @@ input:focus {
  230   230 .icon {
  231   231 	border-radius: 50%;
  232   232 	block-size: 5em;
  233    -1 	float: left;
  234    -1 	margin-right: 0.5em;
   -1   233 	float: inline-end;
   -1   234 	margin-inline-start: 0.5em;
  235   235 }
  236   236 
  237   237 @media (prefers-color-scheme: dark) {