i18n fix and Ukranian lang
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-08 12:06:28 +03:00
parent fc01b7e7b9
commit d56c127306
5 changed files with 42 additions and 7 deletions

View File

@@ -98,20 +98,27 @@ a {
position: absolute;
left: 0;
top: 0;
margin: 10px;
z-index: 20;
}
.languages > a {
position: relative;
display: block;
margin: 10px;
padding: 10px;
display: inline-block;
padding: 5px;
height: 32px;
border-radius: 50%;
}
.languages img {
max-height: 100%;
}
.languages .selected {
background: rgb(233, 233, 233);
box-shadow: 0 0 5px rgba(0, 0, 0, 50%);
}
.controls {
margin: 32px auto;
display: flex;