add all modals to menu

This commit is contained in:
Robin Appelman 2024-12-07 13:52:21 +01:00
commit 97a6b46879
5 changed files with 32 additions and 8 deletions

View file

@ -30,6 +30,14 @@
background-image: url("inline://images//help.svg");
}
& button.goto {
background-image: url("inline://images//goto.svg");
}
& button.search {
background-image: url("inline://images//search.svg");
}
& input.share-text {
color: var(--primary-color);
background-color: var(--text-secondary);