Improve project page height
Merge request reports
Activity
Added 1 commit:
- fd86b669 - CSS markup fixed
508 .content { 509 height: 100%; 510 width: 100%; 511 512 } 513 514 .max-height { 515 height: 100%; 516 display: table; 517 width: 100%; 518 } 519 520 section { 521 height: 100%; 522 display: table-row; 523 } @skyruler css like
. content
orsection
are global for all pages and should not be placed inprojects.css
move it to layout
Added 1 commit:
- 5ebcf21b - section and .content now in layout.cssc
Added 1 commit:
- acdb5f34 - max height to layout.scss
Added 1 commit:
- 75c03530 - removed max-heght from project.scss
mentioned in commit 2b493695
@skyruler changes in this MR cause strange behaviour for mobile devices. it cause different pages rendered with different scale. Probably its because all this
display: table
hacks. I am going to revert this MR since it breaks more that it fixes. If you will have better fix - please submit new MR
Please register or sign in to reply