Skip to content

Commit

Permalink
[FIX] Registration/login page now mobile friendly (#15520)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstseek authored and ggazzo committed Oct 11, 2019
1 parent 4b32489 commit 9abf256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -4128,6 +4128,7 @@ rc-old select,

.rc-old.full-page {
display: flex;
overflow: auto;

width: 100%;
min-height: 100%;
Expand All @@ -4140,14 +4141,15 @@ rc-old select,

background-position: center;
background-size: cover;
align-items: center;
align-items: flex-start;
flex-flow: row nowrap;

& .wrapper {
position: relative;
z-index: 10;

width: 100%;
margin: auto;
padding: 20px;

text-align: center;
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9abf256

Please sign in to comment.