mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with lock being placed weird on firefox
This commit is contained in:
@@ -524,6 +524,9 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 64px !important;
|
height: 64px !important;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.not-imported-container{
|
.not-imported-container{
|
||||||
|
|||||||
Reference in New Issue
Block a user