mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Prevent comment form submit button distortion on iOS (#592)
Forgot about that one the last time :-)
This commit is contained in:
parent
ad3a8b92d1
commit
59023e9602
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ main .article-meta {
|
|||
// New comment form
|
||||
> form input[type="submit"] {
|
||||
font-size: 1em;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
// Respond & delete comment buttons
|
||||
|
|
Loading…
Reference in a new issue