mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11956] Scale down online image for HD display
Scale down online image for HD displays PHPBB3-11956
This commit is contained in:
parent
af5e25cdf5
commit
4188d178f3
1 changed files with 8 additions and 0 deletions
|
@ -442,6 +442,14 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||||
max-height: 32px;
|
max-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
|
||||||
|
{
|
||||||
|
/* Scale online image for HD displays */
|
||||||
|
.online {
|
||||||
|
background-size: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Misc stuff
|
/* Misc stuff
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue