Skip to content

Commit fba5a73

Browse files
committed
fix sending button not showing on safari
1 parent 901b617 commit fba5a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,7 @@ main form button.submit:hover {
13101310
}
13111311

13121312
main form button.submit svg.send {
1313+
width: 100%;
13131314
fill: #aaa;
13141315
animation: fadein 0.3s ease-in-out;
13151316
transition: fill 0.2s ease-in-out;

0 commit comments

Comments
 (0)