Remove unnecessary CSS properties

This commit is contained in:
Kitaiti Makoto 2021-02-12 19:21:02 +09:00
parent 4a5bffbd57
commit c4c177c530
1 changed files with 0 additions and 3 deletions

View File

@ -216,9 +216,7 @@ body > header {
display: block;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
transform: translateZ(0);
-webkit-transform: none !important;
opacity: 0;
font-size: 0.9em;
white-space: nowrap;
@ -231,7 +229,6 @@ body > header {
.mobile-label {
opacity: 1;
transform: translate(-50%, 80%);
-webkit-transform: translate(-50%, 80%);
}
}
}