1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: move user control spacing to css

This commit is contained in:
Zankaria 2024-10-01 01:20:41 +02:00
parent 9acf81b31a
commit 711481b6ab

View File

@ -267,6 +267,10 @@ input.delete {
} }
} }
.user-controls {
margin-left: 0.3em;
}
.post-details a { .post-details a {
margin-left: 5px; margin-left: 5px;
} }