forked from Ailur/burgernotes-server
Fixed visual stuff
This commit is contained in:
parent
0906635646
commit
25a3fdbea9
|
@ -153,13 +153,16 @@ body {
|
||||||
filter: invert(var(--invertdm));
|
filter: invert(var(--invertdm));
|
||||||
padding-left: 17.5px;
|
padding-left: 17.5px;
|
||||||
padding-right: 17.5px;
|
padding-right: 17.5px;
|
||||||
transform: translateY(-5px);
|
|
||||||
background-image: url("/static/svg/delete.svg");
|
background-image: url("/static/svg/delete.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 55%;
|
background-size: 55%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottomBar .wordCounter {
|
||||||
|
transform: translateY(-9px)
|
||||||
|
}
|
||||||
|
|
||||||
.bottomBar button:hover {
|
.bottomBar button:hover {
|
||||||
background-color: var(--bottomBarHover);
|
background-color: var(--bottomBarHover);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue