This commit is contained in:
33333-33333 2026-06-28 23:07:40 +09:00
commit 0e432c62ae
87 changed files with 4282 additions and 3066 deletions

View file

@ -419,6 +419,7 @@
.log-push-toast.log-push-food::before { background: #e9bd61; }
.log-push-toast.log-push-weather::before { background: #7bbbdc; }
.log-push-toast.log-push-grass::before { background: #8cc77a; }
.log-push-toast.log-push-event::before { background: #8b82d6; }
.log-push-toast.leaving {
animation: logPushOut .18s ease both;
}
@ -684,60 +685,6 @@
outline: 2px solid rgba(103,178,44,0.58);
outline-offset: 2px;
}
.save-hash-profile {
display: grid;
gap: 8px;
padding: 9px 10px;
border: 1px solid rgba(115, 91, 62, 0.18);
border-radius: 12px;
background: rgba(255,255,255,0.56);
color: #4a3929;
font-size: 12px;
}
.save-hash-profile:empty {
display: none;
}
.save-profile-summary {
display: flex;
flex-wrap: wrap;
gap: 6px 10px;
}
.save-profile-summary span {
padding: 3px 7px;
border-radius: 999px;
background: rgba(115, 91, 62, 0.08);
}
.save-profile-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
gap: 5px;
}
.save-profile-grid > div {
display: grid;
grid-template-columns: 1fr auto auto;
gap: 6px;
align-items: center;
padding: 4px 6px;
border-radius: 8px;
background: rgba(255,255,255,0.54);
}
.save-profile-grid em {
opacity: 0.62;
font-style: normal;
}
.save-profile-items {
display: flex;
flex-wrap: wrap;
gap: 5px 7px;
align-items: center;
}
.save-profile-items span {
padding: 2px 6px;
border-radius: 999px;
background: rgba(111, 153, 102, 0.13);
}
/* v36: pin only the operation tool category under the quick-scroll tabs. */
.tool-category[data-tool-category="operate"]:not(.collapsed) {
position: sticky;