diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-18 10:38:20 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-18 10:38:20 +0200 |
commit | f8969b3d5ed8055b8bce07e97545468e0aec3fec (patch) | |
tree | b08c5278dd69ed22faa746acaf57873a79ea7322 /ogcp/static | |
parent | 48bc51ca0a5a34bd526a0a2e608f66efa887daeb (diff) |
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.
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/css/soleta.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 7009abb..730f54f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -7,6 +7,10 @@ html, body { background-color: transparent; } +#sidebar { + padding-left: 25px; +} + .toast { margin: 10px; } |