fix: icon design better .div space occupation

This commit is contained in:
Nathan FONTEYNE 2026-07-10 15:00:21 +02:00
parent 5e28345ed5
commit fea5c30d69
4 changed files with 17 additions and 5 deletions

View file

@ -660,10 +660,15 @@ button.secondary {
}
button.icon-btn {
display: inline-flex;
align-items: center;
gap: 0.3rem;
padding: 0.35rem 0.55rem;
font-size: 0.85rem;
}
button.icon-btn svg { flex: 0 0 auto; }
button.danger {
background: var(--danger);
color: #fff;