silphius/app/react-components/devtools/tiles.module.css
2024-07-08 22:14:21 -05:00

31 lines
406 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 {
user-select: none;
width: 100%;
}
.selection {
background-color: #ffffff44;
position: absolute;
}