mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: added logging system
This commit is contained in:
@@ -316,6 +316,12 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.route-stage-log-fixed {
|
||||
display: grid;
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mobile-sidebar-mask {
|
||||
@apply pointer-events-none invisible fixed inset-0 opacity-0;
|
||||
background: rgba(15, 23, 42, 0.36);
|
||||
|
||||
Reference in New Issue
Block a user