-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'make-diff-css-better-for-mobile' into 'master'
Make diff file view easier to use on mobile screens Viewing diffs on a mobile screen is a bit of an awkward experience at the moment. Here are a few issues (by no means complete): ## Before ### Tabs are scrunched  ### Filenames take too much room, buttons cluttered  ## After This MR makes a few tweaks to make this a bit better. It just addresses a few issues, but there is plenty of room for improvement (e.g. shrink fonts, etc.): ### Eliminate padding to make tabs fit  ### Make filenames, buttons more readable This screenshot allows the filename to use the whole row, omits the file mode changes, and puts the buttons centered in the view:  Towards a better mobile experience: #2787 See merge request !1449
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/pages/diff.scss 72 additions, 42 deletionsapp/assets/stylesheets/pages/diff.scss
- app/assets/stylesheets/pages/merge_requests.scss 16 additions, 2 deletionsapp/assets/stylesheets/pages/merge_requests.scss
- app/views/projects/diffs/_file.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_file.html.haml
Loading
Please register or sign in to comment