1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

style.css: move user post controls on small screens

This commit is contained in:
Zankaria 2024-08-29 17:33:10 +02:00 committed by Zankaria
parent 508040bae0
commit ef2ce5ba8b

View File

@ -261,6 +261,13 @@ input.delete {
margin-left: 0;
}
@media (max-width: 48em) {
.user-controls {
clear: both;
float: right;
}
}
.post-details a {
margin-left: 5px;
}