aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css')
-rw-r--r--web/src/css/header.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 97c69930..aa9abc76 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -106,10 +106,18 @@ header {
.filter-input .popover {
top: 27px;
+ left: 43px;
display: block;
max-width: none;
opacity: 0.9;
+ @media (max-width: @screen-xs-max) {
+
+ top: 16px;
+ left: 29px;
+ right: 2px;
+ }
+
.popover-content {
max-height: 500px;
overflow-y: auto;