aboutsummaryrefslogtreecommitdiff
path: root/src/app/css/toasts.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-09-16 18:17:04 +0200
committer0neGal <mail@0negal.com>2023-09-16 18:17:04 +0200
commitf3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a (patch)
treea5ae56bdc7baedc22930697de9cefc171705410d /src/app/css/toasts.css
parent53c19052738a4a9cc43feca31e8231c844b4d2b5 (diff)
downloadViper-f3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a.tar.gz
Viper-f3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a.zip
added buttons for fixing some problems and alike
I will likely add more buttons in the future, but for now this is most of the ones a user could need to repair problems.
Diffstat (limited to 'src/app/css/toasts.css')
-rw-r--r--src/app/css/toasts.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/app/css/toasts.css b/src/app/css/toasts.css
index 57ba055..65e325f 100644
--- a/src/app/css/toasts.css
+++ b/src/app/css/toasts.css
@@ -18,9 +18,10 @@
cursor: pointer;
overflow: hidden;
max-height: 100vh;
- background: #FFFFFF;
transform: scale(0.95);
+ background: var(--selbg);
transition: 0.2s ease-in-out;
+ backdrop-filter: blur(15px);
padding: calc(var(--padding) / 2);
margin-top: calc(var(--padding) / 2);
border-radius: calc(var(--padding) / 2.5);
@@ -33,6 +34,10 @@
animation-timing-function: ease-in-out;
}
+#toasts .toast .title:only-child {
+ margin-bottom: 0px;
+}
+
#toasts .toast.hidden {
margin-top: 0px;
max-height: 0px;