diff --git a/static/css/style.css b/static/css/style.css index ab1d42a..63e76e3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -157,10 +157,7 @@ body { background-position: center; background-repeat: no-repeat; background-size: 55%; -} - -.bottomBar .wordCounter { - transform: translateY(-9px) + transform: translateY(-5px); } .bottomBar button:hover { @@ -649,3 +646,12 @@ body { .links a:hover { text-decoration: dashed; } + +@supports (-webkit-appearance: none) { + .bottomBar .removeButton { + transform: translateY(0px); + } + .bottomBar .wordCounter { + transform: translateY(-9px); + } +}