0.10.2-6 Layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user