diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-09-23 14:27:07 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-09-23 14:27:07 +0200 |
commit | 0a940eb06326643ee7271df036ca7de47cadd132 (patch) | |
tree | 36b71bffd118f51fcaabed05180814f1d5ed383e /labbot/addons/dashboard/templates/base.html | |
parent | 6c913c186784cd9ec18b0e29a0c9ac068c7fc856 (diff) | |
download | lab-bot-0a940eb06326643ee7271df036ca7de47cadd132.tar.gz lab-bot-0a940eb06326643ee7271df036ca7de47cadd132.zip |
deal with methods in auth decorators, use dynamic routing for addons
Diffstat (limited to 'labbot/addons/dashboard/templates/base.html')
-rw-r--r-- | labbot/addons/dashboard/templates/base.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/labbot/addons/dashboard/templates/base.html b/labbot/addons/dashboard/templates/base.html index 8fa7d76..bf785ba 100644 --- a/labbot/addons/dashboard/templates/base.html +++ b/labbot/addons/dashboard/templates/base.html @@ -68,6 +68,12 @@ font-size: .75rem; } + .sidebar-bottom { + position: absolute; + + bottom: 0; + } + /* * Navbar */ @@ -110,14 +116,6 @@ max-height: 80vh; } - .sidebar-bottom { - position: absolute; - - bottom: 0; - } - - - </style> </head> <body> |