diff --git a/web-next/app/forum.css b/web-next/app/forum.css index 1bca9cd..74da45d 100644 --- a/web-next/app/forum.css +++ b/web-next/app/forum.css @@ -201,12 +201,7 @@ h3.post_field dd { margin: 0; } .post_deleted { opacity: .5; } ul.post_controls { display: flex; justify-content: flex-end; align-items: center; gap: 8px; list-style: none; padding: 15px; margin: auto 0 0; } -ul.post_controls li { height: 20px; } -ul.post_controls li a { - display: block; border-radius: 2px; padding: 4px 8px; background: rgba(255, 255, 255, .04); font-weight: bold; color: #8a8578; - box-shadow: 0 1px 1px rgba(0, 0, 0, .13), inset 0 1px 1px rgba(255, 255, 255, .04); -} -ul.post_controls li a:hover { background: rgba(255, 255, 255, .08); color: var(--forum-gold); } +ul.post_controls li { display: inline-flex; align-items: center; } ul.post_controls .post_date { color: #6d6a5e; font-weight: bold; font-size: 11px; margin-right: auto; } /* quick reply / editor */ @@ -221,13 +216,51 @@ ul.post_controls .post_date { color: #6d6a5e; font-weight: bold; font-size: 11px } .forum-input::placeholder { color: #6d6a5e; } -/* nice_button (no está en theme.css) */ +/* Botón del foro: mismo lenguaje que el {kind === 'topic' && ( - act(locked ? 'unlock' : 'lock')} - style={busy ? { opacity: 0.5 } : undefined} + disabled={busy} > {locked ? t('unlock') : t('lock')} - + )} )