mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-09-17 02:21:34 +01:00
fix: fix css for small width size
This commit is contained in:
parent
227f397c06
commit
0afce7304c
2 changed files with 3 additions and 1 deletions
|
@ -232,6 +232,8 @@ input[type=number]::-webkit-inner-spin-button {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, .slide label {
|
a, .slide label {
|
||||||
|
|
|
@ -73,7 +73,7 @@ namespace http
|
||||||
"@media screen and (max-width: 980px) { body { font: 100%/1.2em sans-serif; padding: 1.2em 0 0 0; }\r\n"
|
"@media screen and (max-width: 980px) { body { font: 100%/1.2em sans-serif; padding: 1.2em 0 0 0; }\r\n"
|
||||||
" .menu { width: 100%; max-width: unset; display: block; float: none; position: unset; font-size: 16px; text-align: center; }\r\n"
|
" .menu { width: 100%; max-width: unset; display: block; float: none; position: unset; font-size: 16px; text-align: center; }\r\n"
|
||||||
" .menu a, .commands a { display: inline-block; padding: 4px; }\r\n"
|
" .menu a, .commands a { display: inline-block; padding: 4px; }\r\n"
|
||||||
" .content { float: none; margin-left: unset; margin-top: 16px; max-width: 100%; width: 100%; text-align: center; }\r\n"
|
" .content { float: none; margin-left: unset; margin-top: 16px; max-width: 100%; width: 100%; text-align: center; position: absolute; left: 0; }\r\n"
|
||||||
" a, .slide label { display: block; }\r\n"
|
" a, .slide label { display: block; }\r\n"
|
||||||
" .header { margin: unset; font-size: 1.5em; }\r\n"
|
" .header { margin: unset; font-size: 1.5em; }\r\n"
|
||||||
" small { display: block; }\r\n"
|
" small { display: block; }\r\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue