From: Hypolite Petovan Date: Fri, 15 Feb 2019 03:49:13 +0000 (-0500) Subject: [frio] Use text-align instead of flex display for submit buttons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e1e5fc986d1ca0b06cce9cc893f8b212465f4e2;p=friendica.git [frio] Use text-align instead of flex display for submit buttons --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1caaba9b9d..83e1804985 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2050,8 +2050,7 @@ code > .hl-main { } .comment-edit-submit-wrapper { - display: flex; - justify-content: flex-end; + text-align: right; } .comment-icon-list {