feat: bổ sung phần section-item và section tab
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<script src="/static/js/services/aiGateway.js?v=202607232105"></script>
|
||||
<script src="/static/js/services/dawCommandDispatcher.js?v=202607232105"></script>
|
||||
<script src="/static/js/app.precompiled.js?v=202607232105" defer></script>
|
||||
<link rel="stylesheet" href="/static/css/styles.css?v=202607232105">
|
||||
<style>
|
||||
:root {
|
||||
--right-sidebar-width: 320px;
|
||||
@@ -229,6 +230,11 @@
|
||||
.resizer-row-handle:active {
|
||||
background: #00ffcc;
|
||||
}
|
||||
|
||||
/* Disable mouse pointer events on SVG icons to prevent SVGAnimatedString className type errors in event listeners */
|
||||
svg, i[data-lucide] {
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user