mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-05 09:17:54 +03:00
fixed images on chrome
This commit is contained in:
parent
622e8629ff
commit
eacce7adda
@ -185,6 +185,16 @@ footer {
|
|||||||
background: #0055dd;
|
background: #0055dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# For Image rendering on Chrome
|
||||||
|
img {
|
||||||
|
image-rendering: optimizeSpeed; /* */
|
||||||
|
image-rendering: -moz-crisp-edges; /* Firefox */
|
||||||
|
image-rendering: -o-crisp-edges; /* Opera */
|
||||||
|
image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
|
||||||
|
image-rendering: optimize-contrast; /* CSS3 Proposed */
|
||||||
|
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
#cookie-bar {
|
#cookie-bar {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
Loading…
Reference in New Issue
Block a user