forked from rDrama/rDrama
1
0
Fork 0

fix toast padding

master
Aevann 2023-12-01 16:47:42 +02:00
parent 13d9d017af
commit 246fafa036
1 changed files with 4 additions and 0 deletions

View File

@ -396,3 +396,7 @@ blockquote {
.notif-count {
padding: 5px 5px 2px 5px;
}
.toast-body {
padding: 1rem 0.75rem 0.75rem 0.75rem;
}