You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
What is frustrating you?
The $content-width SCSS variable, found in frontend/src/component/styles/dimension.scss is set to 1200px currently, which works for desktop, but does not make sense for mobile. Components affected are: Header, Footer (but it looks fine since it's centered and just text), Section, and UserShortLinksSection.
Your solution
Refactor so that the $content-width variable's value is calculated from the current screen width.
Screenshots
iPhone X/XS screen dimensions for example:
The text was updated successfully, but these errors were encountered:
Coteh
changed the title
[REFACTOR] [UI] $content-width SCSS variable not sensible for all screen sizes
[REFACTOR] [UI] $content-width SCSS variable not responsive to all screen sizes
Apr 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is frustrating you?
The
$content-width
SCSS variable, found infrontend/src/component/styles/dimension.scss
is set to1200px
currently, which works for desktop, but does not make sense for mobile. Components affected are:Header
,Footer
(but it looks fine since it's centered and just text),Section
, andUserShortLinksSection
.Your solution
Refactor so that the
$content-width
variable's value is calculated from the current screen width.Screenshots
iPhone X/XS screen dimensions for example:
The text was updated successfully, but these errors were encountered: