mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11956] Scale down online image for HD display
Scale down online image for HD displays PHPBB3-11956
This commit is contained in:
@@ -442,6 +442,14 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||
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
|
||||
----------------------------------------*/
|
||||
h2 {
|
||||
|
Reference in New Issue
Block a user