mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
16 lines
274 B
CSS
16 lines
274 B
CSS
.ui.message .icon.remove {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: 2.2em;
|
|
}
|
|
.ui.message .content {
|
|
padding-right: 1em;
|
|
}
|
|
.node-logs-box {
|
|
max-height: 14em;
|
|
overflow-y: auto;
|
|
}
|
|
.node-logs-box::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
/*# sourceMappingURL=index.css.map */ |