mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 23:15:14 +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
|
// New comment form
|
||||||
> form input[type="submit"] {
|
> form input[type="submit"] {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Respond & delete comment buttons
|
// Respond & delete comment buttons
|
||||||
|
|
Loading…
Reference in a new issue