- added task rendering instead of molecule
- fied a lot of errors
- changes experiment page to show generic experiment info
This commit is contained in:
2026-05-25 12:55:46 +03:00
parent 26623dc2c1
commit f3372eb0ad
43 changed files with 5541 additions and 6908 deletions

View File

@@ -0,0 +1,28 @@
.InstancesListCard {
height: 120px;
}
.InstanceSectionWithLine {
width: 250px;
}
.InstanceIframeSection {
flex-grow: 1;
position: relative;
}
.DatesContainer {
display: flex;
flex-direction: column;
}
.RightInstanceSection {
display: flex;
flex-direction: row;
width: 275px;
justify-content: space-between;
}
.MachinePill {
background-color: var(--mantine-color-contrast-filled);
color: var(--mantine-color-primary-filled);
}