temp: save local progress before merge

This commit is contained in:
2026-06-02 10:23:18 +09:00
parent bf7fb0ffe6
commit bb859dddfc
21 changed files with 13296 additions and 171 deletions

View File

@@ -91,7 +91,7 @@ body {
color: var(--text-main);
background-color: var(--bg-color);
line-height: 1.5;
font-size: 14px;
font-size: 19px;
overflow: hidden;
}
@@ -287,7 +287,7 @@ body {
/* --- Footer --- */
.main-footer {
height: 40px;
height: 28px;
background-color: var(--white);
border-top: 1px solid var(--border-color);
display: flex;
@@ -324,7 +324,7 @@ body {
.badge {
padding: 2px 6px;
border-radius: 4px;
font-size: 11px;
font-size: 16px;
font-weight: 700;
white-space: nowrap;
}
@@ -341,7 +341,7 @@ body {
.text-tag {
color: var(--text-muted);
font-size: 11px;
font-size: 16px;
padding: 1px 5px;
border: 1px solid var(--border-color);
border-radius: 3px;