mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fix Secret Recovery Phrase video clipping issue for smaller viewports (#16345)
This commit is contained in:
parent
36b3fe029c
commit
a9839688fb
@ -27,10 +27,7 @@
|
||||
|
||||
video {
|
||||
border-radius: 8px;
|
||||
|
||||
@include screen-md-max {
|
||||
width: 95%;
|
||||
}
|
||||
width: calc(100% - 16px);
|
||||
}
|
||||
|
||||
&__copy {
|
||||
|
Loading…
Reference in New Issue
Block a user