From 55bcd9eed21ae3d51e6b78034a5fa4ca46bba26e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 10 Feb 2019 10:57:20 +0200 Subject: [PATCH] Notify that this sheet should be imported first --- chrome/window_control_placeholder_support.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/window_control_placeholder_support.css b/chrome/window_control_placeholder_support.css index 2ac2856..68a421e 100644 --- a/chrome/window_control_placeholder_support.css +++ b/chrome/window_control_placeholder_support.css @@ -1,6 +1,8 @@ /* Creates placeholders for window controls */ /* This is a supporting file used by other stylesheets */ +/* This file should preferably be imported before other stylesheets */ + /* Defaults for window controls on RIGHT side of the window */ :root{ --uc-window-control-width: 138px;