fixed padding

This commit is contained in:
Benzo
2022-04-26 20:03:25 +02:00
committed by GitHub
parent 516beef8cc
commit 1b1794cb0c
+4 -2
View File
@@ -44,6 +44,7 @@
background-color:#212121;
border-radius: 5px;
animation: growDown 300ms ease-in-out;
padding-right: 10px;
}
.notifySuccess {
flex: auto;
@@ -60,6 +61,7 @@
background-color:#212121;
border-radius: 5px;
animation: growDown 300ms ease-in-out;
padding-right: 10px;
}
.notifyError {
flex: auto;
@@ -71,13 +73,13 @@
right: 0;
top: 25px;
min-width:15%;
width:fit-content;
width:fit-content ;
height:50px;
background-color:#212121;
border-radius: 5px;
animation: growDown 300ms ease-in-out;
padding-right: 10px;
}
.icon {
border: 0;
}