aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/widgets.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index a677bb457..f9e0770f8 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -242,3 +242,12 @@ a.wikilist {
#cid-filter-wrapper {
position: relative;
}
+
+/* hq_controls */
+.hq_controls_fixed_bottom_center {
+ z-index: 1090;
+ position: fixed;
+ bottom: 0px;
+ left: 50%;
+ transform: translateX(-50%);
+}