Update res/css/structures/_RoomStatusBar.scss

Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
Michael Telatynski 2021-06-25 14:47:17 +01:00 committed by GitHub
parent cdb97d5494
commit 2e940b7763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,8 @@ limitations under the License.
mask-size: contain; mask-size: contain;
width: 18px; width: 18px;
height: 18px; height: 18px;
top: calc(50% - 9px); // text sizes are dynamic top: 50%; // text sizes are dynamic
transform: translateY(-50%);
} }
&.mx_RoomStatusBar_unsentCancelAllBtn::before { &.mx_RoomStatusBar_unsentCancelAllBtn::before {