forked from Ailur/burgernotes-server
Quick and bad hack for chromium browsers
This commit is contained in:
parent
5fa3324766
commit
6010d18396
|
@ -157,10 +157,7 @@ body {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 55%;
|
background-size: 55%;
|
||||||
}
|
transform: translateY(-5px);
|
||||||
|
|
||||||
.bottomBar .wordCounter {
|
|
||||||
transform: translateY(-9px)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottomBar button:hover {
|
.bottomBar button:hover {
|
||||||
|
@ -649,3 +646,12 @@ body {
|
||||||
.links a:hover {
|
.links a:hover {
|
||||||
text-decoration: dashed;
|
text-decoration: dashed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (-webkit-appearance: none) {
|
||||||
|
.bottomBar .removeButton {
|
||||||
|
transform: translateY(0px);
|
||||||
|
}
|
||||||
|
.bottomBar .wordCounter {
|
||||||
|
transform: translateY(-9px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue