develop #1

Merged
linus merged 59 commits from develop into main 2026-01-30 21:54:02 +00:00
Showing only changes of commit 3f91746f17 - Show all commits

View File

@@ -129,24 +129,27 @@
.kc-workshop-card .title .teamers small{font-weight:500;color:#4c7a6a;opacity:0.9;font-size:0.85rem;margin-left:6px;}
.kc-workshop-card .content{padding:12px 18px 18px 18px;}
.kc-participants {
display: block;
font-size: 1em;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px 12px;
font-size: 0.95rem;
color: #2b2b2b;
}
.kc-participant {
padding: 0;
border-radius: 0;
background: none;
padding: 6px 8px;
border-radius: 6px;
background: transparent;
white-space: normal;
display: block;
max-width: 100%;
overflow: visible;
text-overflow: unset;
margin: 0 0 2px 0;
margin: 0;
}
.kc-participant.me {
background: none;
color: #2da66a;
background: #fffbe6;
border: 1px solid #ffeab2;
color: inherit;
font-weight: bold;
}
.kc-notassigned{background:#fff6f6;border:1px solid #ffd2d2;padding:12px;border-radius:10px;margin-top:12px;}