living-together/source/Panel/LabelList/LabelList.scss
2022-03-09 14:00:19 +08:00

18 lines
339 B
SCSS

div.label-list-command-bar {
width: 100%;
height: 30px;
flex-shrink: 0;
display: flex;
div.command-item {
width: 30px;
height: 100%;
display: flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
user-select: none;
cursor: pointer;
}
}