fix more css stuff - images and more

master
James 2018-02-28 06:00:22 +00:00 committed by Noiob
parent a868f45cfc
commit 73f5f10807
3 changed files with 21 additions and 18 deletions

View File

@ -1319,18 +1319,6 @@ $small-breakpoint: 960px;
display: none;
}
}
@import 'landing_page';
@keyframes floating {
from {
transform: translate(0, 0);
}
65% {
transform: translate(0, 4px);
}
}
}
}
}

View File

@ -1,2 +1,3 @@
@import 'flavours/glitch/styles/index.scss';
@import 'styles/custom.scss';
@import 'styles/landing_page.scss';

View File

@ -57,10 +57,6 @@
}
}
.status__content {
padding: 0px;
}
.drawer {
@for $i from 0 through 3 {
&.mbstobon-#{$i} > .contents {
@ -86,6 +82,24 @@
padding-left: 0;
}
.sensitive-info {
padding-left: 20px;
.status__action-bar {
padding-left: 12px;
}
.status .status__content {
padding: 0 12px;
}
.media-gallery.full-width {
margin-left: unset;
}
.status {
.notification__message {
margin: -10px 0 10px 90px !important;
}
}
.boost-modal__status-header .status__display-name {
padding-left: 78px;
}