silphius/app/react/components/devtools/tiles.module.css
2024-07-20 04:32:33 -05:00

44 lines
584 B
CSS

.tiles {
display: flex;
height: 100%;
flex-direction: column;
}
.paintBar {
display: flex;
gap: 16px;
margin: 16px;
margin-bottom: 0;
}
.selectionWrapper {
margin: 16px;
margin-right: 0;
overflow-y: auto;
padding-right: 16px;
position: relative;
}
.selectionWrapper img {
width: 100%;
}
.selection {
background-color: #ffffff44;
position: absolute;
}
.status {
align-items: end;
display: flex;
font-size: 0.6rem;
gap: 32px;
justify-content: space-between;
margin: 8px;
user-select: text;
}
.selectionStatus {
white-space: nowrap;
}