Mobile optimized the DomainItem
This commit is contained in:
@ -19,3 +19,14 @@
|
|||||||
|
|
||||||
.delete-domain:hover
|
.delete-domain:hover
|
||||||
color: $red-hover
|
color: $red-hover
|
||||||
|
|
||||||
|
@media screen and (max-width: 502px)
|
||||||
|
.domain-item
|
||||||
|
gap: 0.2rem
|
||||||
|
.domain-item svg:nth-child(1)
|
||||||
|
display: none
|
||||||
|
|
||||||
|
@media screen and (max-width: 391px)
|
||||||
|
.domain-item
|
||||||
|
font-size: 15pt
|
||||||
|
padding: 0.7rem 0.5rem
|
||||||
|
Reference in New Issue
Block a user