css: offset the sidebar to acommodate all disclosure widgets

Add a left padding to show the disclosure widget associated to
a server item. Prevent the positioning of out of screen components.
master
Alejandro Sirgo Rica 2024-06-18 10:38:20 +02:00
parent 48bc51ca0a
commit f8969b3d5e
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ html, body {
background-color: transparent;
}
#sidebar {
padding-left: 25px;
}
.toast {
margin: 10px;
}

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=1" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=2" />
{% endblock %}
</head>
<body>