mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925514 - Don't scale up #nav-bar noise background on HiDPI displays, r=gijs
This commit is contained in:
parent
b956cee77f
commit
a853bc8a23
@ -98,6 +98,12 @@ toolbarseparator {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (min-resolution: 2dppx) {
|
||||
#nav-bar {
|
||||
background-size: 100px 100px, auto;
|
||||
}
|
||||
}
|
||||
|
||||
#nav-bar-customizationtarget {
|
||||
padding: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user