From acaf5c96fe7f93440dfbd52dd60b4f1a5656d556 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 5 Feb 2019 22:59:26 +0100 Subject: UI: Repo header tweaks (#5945) * UI: Repo header tweaks - Use basic buttons on the header buttons, matching gogs - Make 'Manage topic' text smaller, remove margin-left with no topics present - Move various inline styles to CSS - Use flexbox on header title and buttons * fix indentation * reverse media query wrapping * fix inconsisten whitespace --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index cbbb106618..5706dd0030 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ indent_size = 8 indent_style = tab indent_size = 4 -[*.{less}] +[*.less] indent_style = space indent_size = 4 -- cgit v1.2.3