fix dialog: fixed dialog width overflowing out of screen
fix navigation: fixed coming-soon tag getting double height on small screens
This commit is contained in:
@ -8,7 +8,10 @@
|
||||
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
width: 90vw;
|
||||
width: 95vw;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
height: auto;
|
||||
|
||||
padding: 1.5rem 1.7rem;
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
li.coming-soon::after {
|
||||
margin-right: 13px;
|
||||
height: 16px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user