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

Commit

Permalink
Align video call icon with banner text (#9460)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Oct 20, 2022
1 parent 63dd5cc commit 34ce926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/css/views/rooms/_RoomCallBanner.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ limitations under the License.

&::before {
display: inline-block;
vertical-align: text-top;
vertical-align: middle;
content: "";
background-color: $secondary-content;
mask-size: 16px;
mask-position-y: center;
width: 16px;
height: 16px;
margin-right: 4px;
bottom: 2px;
height: 1.2em; /* to match line height */
margin-right: 8px;
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
}
}

0 comments on commit 34ce926

Please sign in to comment.