From 834fc74873e8047552e9181e130bd53d8e890eb0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 22 Apr 2021 23:43:44 +0200 Subject: Raw file view tweaks (#15520) - Limit SVG images to 600px width - Adjust size of view toggle buttons to match other buttons - Make Edit/Delete buttons easier to click Had to create a separate CSS file because the less parser can not parse CSS4 case-insensitive attribute selectors which are widely supported by browsers. Fixes: https://github.com/go-gitea/gitea/issues/15515 --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 1b668e75cc..cb5b6c1b6a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,6 +48,7 @@ export default { resolve(__dirname, 'web_src/fomantic/build/semantic.js'), resolve(__dirname, 'web_src/js/index.js'), resolve(__dirname, 'web_src/fomantic/build/semantic.css'), + resolve(__dirname, 'web_src/less/misc.css'), resolve(__dirname, 'web_src/less/index.less'), ], swagger: [ -- cgit v1.2.3