Update samy.css

This commit is contained in:
2025-12-21 17:21:58 -05:00
parent 53bf8d98a5
commit f510b48d65

View File

@@ -257,6 +257,28 @@ body {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
/* =========================
Split right side into 2 bubbles
========================= */
/* The right-side wrapper should NOT look like a bubble */
.column.right-stack {
background: transparent;
border: none;
box-shadow: none;
padding: 0;
}
/* Each checkbox-group inside becomes its own bubble */
.column.right-stack > .checkbox-group {
background-color: var(--dark-gray-color);
border: 2px solid var(--border-color);
border-radius: 8px;
padding: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.checkbox-group label {
display: flex;
align-items: center;