A little bit of cleanup.

This commit is contained in:
Dank Gabs 2019-07-22 21:05:50 -04:00
parent b40199f878
commit deaa6b41c2

View File

@ -1294,16 +1294,11 @@ a.account__display-name {
text-decoration: none;
}
//////////////////////////////////
.columns-area {
display: flex;
flex: 1 1 auto;
flex-direction: row;
justify-content: flex-start;
//overflow-x: auto;
position: relative;
&__panels {
@ -1314,10 +1309,6 @@ a.account__display-name {
&__pane {
height: 100%;
// NOTE: regression-watch -- watch for regressions on this before deleting permanently
//overflow: hidden;
pointer-events: none;
display: flex;
justify-content: flex-end;
@ -1477,57 +1468,33 @@ a.account__display-name {
flex-direction: column;
width: 100%;
margin: 0 auto;
overflow: hidden;
.column,
.drawer {
width: 100%;
height: 100%;
padding: 0;
}
.autosuggest-textarea__textarea {
font-size: 16px;
}
.autosuggest-textarea__textarea {font-size: 16px;}
.search__input {
line-height: 18px;
font-size: 16px;
padding: 15px;
padding-right: 30px;
}
.search__icon .fa {
top: 15px;
}
@media screen and (min-width: 360px) {
padding: 15px 0;
}
.search__icon .fa {top: 15px;}
@media screen and (min-width: 360px) {padding: 15px 0;}
@media screen and (min-width: 630px) {
.detailed-status {
padding: 15px;
.media-gallery,
.video-player {
margin-top: 15px;
}
}
.account__header__bar {
padding: 5px 10px;
}
.account__header__bar {padding: 5px 10px;}
.navigation-bar,
.compose-form {
padding: 15px;
}
.compose-form .compose-form__publish .compose-form__publish-button-wrapper {
padding-top: 15px;
}
.compose-form {padding: 15px;}
.compose-form .compose-form__publish .compose-form__publish-button-wrapper {padding-top: 15px;}
.status {
padding: 15px 15px 15px (48px + 15px * 2);
min-height: 48px + 2px;