mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/11956] Adjust few elements for tiny devices
Change min-width for tiny phones Adjust form elements max-width for tiny phones PHPBB3-11956
This commit is contained in:
parent
db9ca2fc63
commit
6dedac1929
@ -17,7 +17,7 @@ body {
|
||||
}
|
||||
|
||||
#wrap {
|
||||
min-width: 320px;
|
||||
min-width: 300px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@ -343,6 +343,19 @@ fieldset.quick-login label[for="autologin"] {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
||||
{
|
||||
select, .inputbox {
|
||||
max-width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px)
|
||||
{
|
||||
select, .inputbox {
|
||||
max-width: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
/* User profile
|
||||
----------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user