mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
removed standalone css from dashboard css
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
/* Bambu Run Dashboard Styles */
|
/* Bambu Run Dashboard Styles */
|
||||||
|
|
||||||
/* Sidebar collapse layout */
|
|
||||||
.wrapper { transition: margin-left 0.15s ease-out; }
|
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
|
||||||
.sidebar ~ .wrapper { margin-left: 256px; }
|
|
||||||
.sidebar.sidebar-narrow ~ .wrapper,
|
|
||||||
.sidebar.sidebar-narrow-unfoldable ~ .wrapper { margin-left: 56px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
|||||||
@@ -10,6 +10,13 @@
|
|||||||
{% block extra_css %}{% endblock %}
|
{% block extra_css %}{% endblock %}
|
||||||
<style>
|
<style>
|
||||||
.sidebar-brand { padding: 1rem; font-size: 1.25rem; font-weight: 700; }
|
.sidebar-brand { padding: 1rem; font-size: 1.25rem; font-weight: 700; }
|
||||||
|
/* Sidebar collapse layout — standalone only */
|
||||||
|
.wrapper { transition: margin-left 0.15s ease-out; }
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.sidebar ~ .wrapper { margin-left: 256px; }
|
||||||
|
.sidebar.sidebar-narrow ~ .wrapper,
|
||||||
|
.sidebar.sidebar-narrow-unfoldable ~ .wrapper { margin-left: 56px; }
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -66,7 +73,7 @@
|
|||||||
|
|
||||||
<footer class="footer px-4">
|
<footer class="footer px-4">
|
||||||
<div>Bambu Run</div>
|
<div>Bambu Run</div>
|
||||||
<div class="ms-auto">Powered by <a href="https://github.com/runnanli/Bambu-Run">Bambu Run</a></div>
|
<div class="ms-auto">Powered by <a href="https://github.com/RunLit/Bambu-Run.git">Bambu Run</a></div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user