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

style.css: add spacing between fileinfo important and unimportant text

This commit is contained in:
Zankaria 2025-01-04 00:53:14 +01:00 committed by Zankaria
parent 569d92c6f5
commit a496e5429b

View File

@ -1206,8 +1206,10 @@ div.video-container {
}
}
@media (max-width: 48em) {
p.fileinfo .unimportant {
p.fileinfo .unimportant {
margin-left: 0.3em;
@media (max-width: 48em) {
display: none;
}
}