mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Added css fix * Fixed left margin
This commit is contained in:
parent
88faef7e19
commit
05f9ceda77
@ -10,7 +10,9 @@
|
||||
color: var(--white);
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
right: calc(((100vw - 100%) / 2) + 8px);
|
||||
position: initial;
|
||||
margin-top: -10px;
|
||||
margin-left: calc(((100vw - 100%) / 2) + 8px);
|
||||
}
|
||||
|
||||
@media screen and (min-width: $break-large) {
|
||||
|
Loading…
Reference in New Issue
Block a user