Fix pull-to-refresh and other small styling issues (#6214) [deploy]

This commit is contained in:
Ben Halpern 2020-02-20 13:39:26 -05:00 committed by GitHub
parent 522c42f031
commit dabeb1c732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -8,10 +8,9 @@
@include themeable(border, theme-container-border, none);
@include themeable(box-shadow, theme-container-box-shadow, $bold-shadow);
margin: auto;
margin-bottom: 8px;
width: 94%;
width: 100%;
@media screen and (min-width: 950px) {
width: 100%;
margin-bottom: 12px;
}
.breadcrumb {
margin-top: 10px;

View file

@ -28,8 +28,8 @@ body {
}
.ptr--ptr {
margin-top: 70px;
margin-bottom: -70px;
margin-top: 10px;
margin-bottom: -10px;
}
.modal-open {
@ -297,10 +297,10 @@ body.hidden-shell {
display: none;
}
.container {
margin-top: 20px;
margin-top: 0px;
}
.universal-page-content-wrapper {
margin-top: 0px !important;
margin-top: -46px !important;
margin-bottom: 30px;
}
}