Skip to content

Commit 54283d7

Browse files
INDIGOAZULclaude
andcommitted
Sidebar fixes: multi-group payments, cycle range, num_positions, all tandas
- groups-advanced-system.html: 4 sidebar fixes (payments list, cycle range, num_positions, all tandas) - css/groups-page.css: payment list CSS (.gs-payments-list, .gs-pay-item) - Cache: groups-page.css?v=2.8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b1bba55 commit 54283d7

2 files changed

Lines changed: 129 additions & 105 deletions

File tree

css/groups-page.css

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,40 +1318,58 @@
13181318
letter-spacing: 0.3px;
13191319
}
13201320

1321-
/* Next payment */
1322-
.gs-next-payment {
1323-
text-align: center;
1321+
/* Next payments list */
1322+
.gs-payments-list {
1323+
display: flex;
1324+
flex-direction: column;
1325+
max-height: 240px;
1326+
overflow-y: auto;
1327+
}
1328+
.gs-pay-item {
1329+
display: flex;
1330+
justify-content: space-between;
1331+
align-items: flex-start;
1332+
padding: 8px 0;
1333+
border-bottom: 1px solid rgba(255,255,255,0.04);
1334+
}
1335+
.gs-pay-item:last-child {
1336+
border-bottom: none;
1337+
}
1338+
.gs-pay-item-left {
1339+
flex: 1;
1340+
min-width: 0;
1341+
}
1342+
.gs-pay-item-right {
1343+
text-align: right;
1344+
flex-shrink: 0;
1345+
margin-left: 8px;
13241346
}
13251347
.gs-next-group {
1326-
font-size: 0.82rem;
1348+
font-size: 0.78rem;
13271349
color: #e2e8f0;
13281350
font-weight: 500;
1329-
margin-bottom: 6px;
1351+
margin-bottom: 2px;
13301352
white-space: nowrap;
13311353
overflow: hidden;
13321354
text-overflow: ellipsis;
13331355
}
1334-
.gs-next-details {
1335-
display: flex;
1336-
justify-content: space-between;
1337-
align-items: center;
1338-
margin-bottom: 6px;
1339-
}
13401356
.gs-next-amount {
1341-
font-size: 1.1rem;
1357+
font-size: 0.85rem;
13421358
font-weight: 700;
13431359
color: #f59e0b;
1360+
margin-bottom: 2px;
13441361
}
13451362
.gs-next-date {
1346-
font-size: 0.75rem;
1363+
font-size: 0.7rem;
13471364
color: #64748b;
13481365
}
13491366
.gs-next-countdown {
1350-
font-size: 0.72rem;
1367+
font-size: 0.65rem;
13511368
font-weight: 600;
1352-
padding: 4px 10px;
1369+
padding: 2px 8px;
13531370
border-radius: 6px;
13541371
display: inline-block;
1372+
margin-top: 2px;
13551373
}
13561374
.gs-next-countdown.gs-countdown-ok {
13571375
background: rgba(0,255,255,0.1);

0 commit comments

Comments
 (0)