Skip to content

Commit

Permalink
Inline spinner vertical align middle
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Nov 9, 2021
1 parent 73a6ada commit 23edea8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions res/css/views/elements/_InlineSpinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ limitations under the License.

.mx_InlineSpinner {
display: inline;
vertical-align: middle;
}

.mx_InlineSpinner img, .mx_InlineSpinner_icon {
margin: 0px 6px;
vertical-align: -3px;
margin: -6px 6px;
vertical-align: middle;
}

.mx_InlineSpinner_icon {
Expand Down

0 comments on commit 23edea8

Please sign in to comment.