1
0
Fork 0

Reduce column margins, fix body scroll issue.

This commit is contained in:
Nicolas Perriault 2017-05-18 15:31:59 +02:00
parent 037d62114f
commit 89c5a62074
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 15 additions and 8 deletions

View File

@ -1,6 +1,12 @@
body {
font-family: Roboto, sans-serif;
padding: 10px 0 0 0;
padding: 0;
margin: 0;
}
@media only screen and (min-width: 992px) {
html, body {
overflow: hidden;
}
}
/* Alert messages */
@ -37,13 +43,12 @@ body {
/* Columns */
.column {
padding-left: 5px;
padding-right: 5px;
padding: 0;
}
.column .panel {
min-height: calc(100vh - 20px);
max-height: calc(100vh - 20px);
height: 100vh;
margin-bottom: 0;
}
.column .panel.draft, .column .panel.options {
@ -57,7 +62,7 @@ body {
.timeline {
overflow-y: auto;
overflow-x: hidden;
max-height: calc(100vh - 60px);
max-height: calc(100vh - 45px);
overflow: hidden;
overflow-y: scroll;
}
@ -69,7 +74,7 @@ body {
#favorite-timeline,
#local-timeline,
#global-timeline {
max-height: calc(100vh - 102px);
max-height: calc(100vh - 80px);
}
@ -78,7 +83,7 @@ li.load-more {
}
.notifications-panel .timeline {
max-height: calc(100vh - 100px);
max-height: calc(100vh - 80px);
}
.panel a {
@ -228,6 +233,8 @@ li.load-more {
margin-left: 60px;
color: #efefef;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
}
.status-text a, .u-url, .status .mention, .hashtag, .tag {