automatyzacje-comit7

This commit is contained in:
Mateusz Gruszczyński
2026-05-07 13:30:23 +02:00
parent 8334aa97e2
commit 91dcd1c5db
3 changed files with 66 additions and 16 deletions

View File

@@ -564,10 +564,27 @@ body {
gap: 0.4rem;
}
.toast-item {
display: flex;
align-items: center;
gap: 0.45rem;
max-width: 360px;
padding: 0.45rem 0.65rem;
border-radius: 0.55rem;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.28);
max-width: 360px;
}
.toast-message {
min-width: 0;
overflow-wrap: anywhere;
}
.toast-count {
flex: 0 0 auto;
padding: 0.05rem 0.35rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.22);
font-size: 0.78rem;
font-weight: 700;
}
@media (max-width: 1100px) {
:root {
@@ -1630,7 +1647,7 @@ body.mobile-mode .mobile-filter-bar {
margin-bottom: 0.55rem;
}
.tracker-url {
.tracker-add-input {
min-width: 240px;
max-width: 520px;
}
@@ -1742,7 +1759,7 @@ body.mobile-mode .mobile-filter-bar {
display: none !important;
}
.tracker-url {
.tracker-add-input {
min-width: 160px;
max-width: 230px;
}