Files
gpustack-ui/src/components/image-editor/index.less
T
2024-12-27 14:56:06 +08:00

19 lines
267 B
Plaintext

.editor-wrapper {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
.tools {
margin-bottom: 10px;
display: flex;
gap: 10px;
}
.editor-content {
display: flex;
justify-content: center;
align-items: center;
}
}