Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread

Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour
This commit is contained in:
beatrix
2018-04-26 11:34:14 -04:00
committed by GitHub
9 changed files with 126 additions and 85 deletions

View File

@@ -243,7 +243,6 @@
.column-header {
display: flex;
font-size: 16px;
padding: 15px;
background: lighten($ui-base-color, 4%);
flex: 0 0 auto;
cursor: pointer;
@@ -255,7 +254,7 @@
& > button {
margin: 0;
border: none;
padding: 15px 0 15px 15px;
padding: 15px;
color: inherit;
background: transparent;
font: inherit;
@@ -266,6 +265,10 @@
flex: 1;
}
& > .column-header__back-button {
color: $ui-highlight-color;
}
&.active {
box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3);
@@ -303,7 +306,6 @@
.column-header__buttons {
height: 48px;
display: flex;
margin: -15px;
margin-left: 0;
}