mirror of https://github.com/vector-im/riot-web
Update res/css/structures/_RoomStatusBar.scss
Co-authored-by: Germain <germain@souquet.com>pull/21833/head
parent
cdb97d5494
commit
2e940b7763
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue