mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
Fixing alignment of settings close button (#12202)
This commit is contained in:
parent
646f78eb30
commit
ae8467cc74
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
|
||||||
@media screen and (max-width: 575px) {
|
@media screen and (max-width: $break-small) {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -108,6 +108,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__close-button {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
&__close-button::after {
|
&__close-button::after {
|
||||||
content: '\00D7';
|
content: '\00D7';
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user