5.3.1: tiny fixes

- fixed backdrop on press for "copy url" button in mobile "how to save?" popup
- added ability to disable cors via env file
This commit is contained in:
wukko
2023-04-08 16:58:44 +06:00
parent cf6dcfe7a6
commit 307da3dce4
3 changed files with 7 additions and 5 deletions

View File

@ -147,9 +147,9 @@ button:active,
background: var(--accent-press);
cursor: pointer;
}
.desktop .switch.text-backdrop:hover,
.switch.text-backdrop:hover,
.switch.text-backdrop:active,
.desktop .text-to-copy.text-backdrop:hover,
.text-to-copy.text-backdrop:hover,
.text-to-copy.text-backdrop:active {
background: var(--accent);
color: var(--background);