1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Fix eye button for password input

This commit is contained in:
Chocobozzz 2021-04-26 14:37:24 +02:00
parent f816da921f
commit ab5b66891b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 5 additions and 1 deletions

View file

@ -9,3 +9,7 @@ input {
padding-left: 15px !important;
padding-right: 15px !important;
}
.eye-button {
line-height: 1 !important;
}