mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Update res/css/structures/_RoomStatusBar.scss
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
cdb97d5494
commit
2e940b7763
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue