Update res/css/structures/_RoomStatusBar.scss

Co-authored-by: Germain <germain@souquet.com>
pull/21833/head
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
1 changed files with 2 additions and 1 deletions

View File

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