Make dialogs look better on mobile (#908)
* Standardize mobile media query * Refactor & add mobile support to dialogs * back & close icons
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
cursor: pointer;
|
||||
background-color: var(--button-gray-1);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
border-radius: var(--space-factor);
|
||||
}
|
||||
|
||||
.ToolIcon__icon {
|
||||
|
Reference in New Issue
Block a user