From 9977b1415d23dd50e59283a3a88c48e254fb79dc Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Mon, 23 Jul 2018 18:59:00 +0200 Subject: Uses a variable for the multiselect header offset Signed-off-by: Michael Weimann --- apps/files/css/files.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/css') diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 7fcf01b91bc..9b49505c3bc 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -256,7 +256,7 @@ table.multiselect thead { z-index: 55; -moz-box-sizing: border-box; box-sizing: border-box; - left: 300px; /* sidebar */ + left: $navigation-width; } table.multiselect thead th { -- cgit v1.2.3