Add fluid to ui container class to remove margin #16396

Merged
stanthetiger merged 3 commits from fix-margin into main 2021-07-20 06:22:23 +00:00
stanthetiger commented 2021-07-11 05:43:35 +00:00 (Migrated from github.com)

While using a mobile device, there's an 14px margin on the signin and signup page that will create a horizontal scroll space. Adding "fluid" class to the ui container div element resolves the problem.

Another way to fix this is to modify the .ui.ui.ui.container:not(.fluid) css margin to 0px. Not sure which is the best way.

While using a mobile device, there's an 14px margin on the signin and signup page that will create a horizontal scroll space. Adding "fluid" class to the ui container div element resolves the problem. Another way to fix this is to modify the .ui.ui.ui.container:not(.fluid) css margin to 0px. Not sure which is the best way.
zeripath approved these changes 2021-07-17 20:26:12 +00:00
6543 (Migrated from github.com) approved these changes 2021-07-18 12:10:38 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#16396
No description provided.