Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f9a7d9f

Browse files
authored
Align video call icon with banner text (#9460)
1 parent 07a1e9a commit f9a7d9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

res/css/views/rooms/_RoomCallBanner.pcss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ limitations under the License.
4141

4242
&::before {
4343
display: inline-block;
44-
vertical-align: text-top;
44+
vertical-align: middle;
4545
content: "";
4646
background-color: $secondary-content;
4747
mask-size: 16px;
48+
mask-position-y: center;
4849
width: 16px;
49-
height: 16px;
50-
margin-right: 4px;
51-
bottom: 2px;
50+
height: 1.2em; /* to match line height */
51+
margin-right: 8px;
5252
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
5353
}
5454
}

0 commit comments

Comments
 (0)