kropka kategorii na malych ekranach

This commit is contained in:
Mateusz Gruszczyński
2026-01-21 11:11:22 +01:00
parent 43b5312e35
commit 34cfde795a
2 changed files with 40 additions and 16 deletions

View File

@@ -993,13 +993,29 @@ td select.tom-dark {
.user-label-mobile { display: none !important; }
}
.badge.rounded-circle.category-dot {
min-width: 0.75rem !important;
padding: 0 !important;
font-size: 0 !important;
.category-dot {
display: inline-block !important;
width: 14px !important;
height: 14px !important;
border-radius: 50% !important;
border: 2px solid rgba(255, 255, 255, 0.8) !important;
background-clip: content-box !important;
vertical-align: middle !important;
margin-right: 2px !important;
opacity: 1 !important;
font-size: 8px !important;
line-height: 1 !important;
cursor: help !important;
box-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
}
/* Hover efekt */
.category-dot:hover {
transform: scale(1.3) !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}
.list-title {
white-space: nowrap !important;
overflow: hidden !important;