fixed focus animations

This commit is contained in:
Jack 2021-08-22 00:30:13 +01:00
parent f1ccc3d9ac
commit 7b363cb5f1
2 changed files with 11 additions and 3 deletions

View file

@ -1699,7 +1699,7 @@ label.checkbox {
grid-gap: 0.2rem;
// width: min-content;
// width: -moz-min-content;
// transition: 0.25s;
transition: 0.25s;
/* margin-bottom: 0.1rem; */
justify-items: self-end;
@ -1813,6 +1813,7 @@ key {
// margin-bottom: 2rem;
.keyTips {
transition: 0.25s;
margin-bottom: 2rem;
}
@ -1870,7 +1871,12 @@ key {
}
#bottom.focus {
opacity: 0 !important;
.keyTips {
opacity: 0 !important;
}
a {
opacity: 0 !important;
}
}
#result {

View file

@ -1035,7 +1035,9 @@
</div>
<div class="config hidden">
<div style="display: grid; grid-auto-flow: column">
<div
style="display: grid; grid-auto-flow: column; padding-top: 0.1rem"
>
<div class="group punctuationMode">
<!-- <div class="title">time</div> -->
<div class="buttons">