1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Improve WebAuthn buttons layout

This commit is contained in:
Frédéric Guillot 2023-11-08 19:01:15 +00:00
parent aa3dc574a7
commit f2849ca00f
4 changed files with 48 additions and 46 deletions

View file

@ -363,7 +363,7 @@ input[type="number"] {
font-size: 99%;
margin-bottom: 10px;
margin-top: 5px;
-webkit-appearance: none;
appearance: none;
}
input[type="search"]:focus,
@ -393,7 +393,7 @@ textarea {
padding: 3px;
margin-bottom: 10px;
margin-top: 5px;
-webkit-appearance: none;
appearance: none;
}
textarea:focus {
@ -440,8 +440,7 @@ a.button {
.button {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 1.1em;
cursor: pointer;
padding: 3px 10px;