silphius/app/react-components/devtools/tiles.module.css

44 lines
584 B
CSS
Raw Normal View History

2024-07-08 22:14:21 -05:00
.tiles {
display: flex;
height: 100%;
flex-direction: column;
}
2024-07-08 15:49:23 -05:00
.paintBar {
display: flex;
gap: 16px;
2024-07-08 22:14:21 -05:00
margin: 16px;
margin-bottom: 0;
2024-07-08 15:49:23 -05:00
}
.selectionWrapper {
2024-07-08 22:14:21 -05:00
margin: 16px;
margin-right: 0;
overflow-y: auto;
padding-right: 16px;
2024-07-08 15:49:23 -05:00
position: relative;
}
.selectionWrapper img {
user-select: none;
2024-07-08 17:31:07 -05:00
width: 100%;
2024-07-08 15:49:23 -05:00
}
.selection {
background-color: #ffffff44;
position: absolute;
}
2024-07-10 14:12:48 -05:00
.status {
align-items: end;
display: flex;
font-size: 0.6rem;
gap: 32px;
justify-content: space-between;
margin: 8px;
}
.selectionStatus {
white-space: nowrap;
}