latest dev + i18n

This commit is contained in:
_Bastler
2022-01-27 13:03:59 +01:00
parent e3b58a0d56
commit 7e987ad470
12 changed files with 70 additions and 34 deletions
+2 -5
View File
@@ -1047,15 +1047,12 @@ div.action.danger p.action-body{
}
div.is-silent {
position: absolute;
position: absolute !important;
bottom: 40px;
border-radius: 15px 15px 15px 15px;
max-height: 20%;
transition: right 350ms;
right: -300px;
background-color: black;
right: -1000px;
font-size: 20px;
color: white;
padding: 30px 20px;
}
div.is-silent.hide {