0.10.2-6 Layout

This commit is contained in:
2026-03-16 08:20:50 +00:00
parent 01766785b4
commit 168484b5d9
8 changed files with 38 additions and 31 deletions
+1 -10
View File
@@ -1112,15 +1112,6 @@ body {
white-space: normal;
}
.aax-upload-header {
display: flex;
gap: 0.5rem;
padding: 0.5rem 0.75rem;
border-bottom: 1px solid var(--rip-border);
background: var(--rip-panel-soft);
border-radius: 0.5rem 0.5rem 0 0;
}
.aax-drop-zone {
display: flex;
flex-direction: column;
@@ -3659,7 +3650,7 @@ body {
.runtime-activity-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: minmax(0, 1fr);
gap: 0.75rem;
}