Always show a transparent border to avoid icon jumps

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-22 09:08:33 +02:00
parent a08310e454
commit cb7e44f4f5
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ limitations under the License.
overflow: hidden;
position: relative;
box-sizing: border-box;
border: transparent 2px solid;
&.mx_VideoFeed_voice {
background-color: $inverted-bg-color;