1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

style.css: limit user options panel width on mobile

This commit is contained in:
Zankaria 2024-04-27 19:35:33 +02:00
parent 7025035376
commit af06d84094

View File

@ -906,7 +906,8 @@ pre {
display: block;
width: 100%;
height: 100%;
margin-top: 0px;
max-width: 620px;
margin: auto;
}
.mentioned {