Skip to content
Snippets Groups Projects
Commit 8684a5c8 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix modify icon position

parent a632c80f
No related branches found
No related tags found
No related merge requests found
Pipeline #14259 passed
......@@ -40,9 +40,15 @@ nav.navbar {
}
.bottom-right {
position: absolute;
bottom: 0;
right: 5px;
}
.bottom-right-fixed {
position: fixed;
bottom: 0;
right: 5px
right: 5px;
}
pre code {
......
......@@ -41,7 +41,7 @@
</div>
</div>
<div class="text-muted bottom-right">
<div class="text-muted bottom-right-fixed">
Reload in <span id="reload-countdown">300</span> seconds
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment