Skip to content

CSS Fixes

theophine savio theodore. requested to merge TheoIsDumb/poorna-web:cssFix into main
  1. div.container: made it flex, flex-direction set to column, added padding to remove the title's margin-top and checkbox-set's margin-bottom, set gap to 0.5rem to remove the hardcoded margins of children in between, set height to 100dvh so as to equip the whole screen
  2. .kb-name: removed margins, since flex gap exists
  3. removed font-family: Manjari everywhere except body because it's already set in body
  4. replaced absolute units (px) with relative ones (rem)
  5. textarea: set resize to none since it messes with the layout (words spill outside the element)
  6. .simple-keyboard-preview: added flex-grow: 1 to let it occupy max space
  7. .buttons-set: set gap to 0.5rem
  8. .btn: removed margins since .buttons-set, its parent container has gap applied

Merge request reports