Skip to content

Refactor CSS and move it to it's own CSS file

What does this MR do and why?

Refactors CSS to use Tailwind wherever possible and restructures CSS into two blocks:

  • Application chrome
  • Paneled layout
  • Moves CSS to it's own file (application-chrome.scss)
  • Includes a gap fix between the super sidebar and the first panel
  • Includes a top spacing fix for the super sidebar
  • Refines the panel header horizontal spacing
  • Fix GlDrawer height

Screenshots or screen recordings

Before After
before after
before2 after2

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #548836 (closed)

Edited by Sascha Eggenberger

Merge request reports

Loading