More styles

pull/851/head
Vincent 5 years ago
parent 513e5e34df
commit 01389aa802

@ -199,7 +199,9 @@ $session-conversation-header-height: 60px;
* { * {
user-select: none; user-select: none;
.text-selectable, input, textarea { .text-selectable,
input,
textarea {
user-select: text; user-select: text;
&::selection { &::selection {

@ -408,7 +408,6 @@ $session-compose-margin: 20px;
bottom: 2px; bottom: 2px;
width: 100%; width: 100%;
@at-root .light-theme #{&} { @at-root .light-theme #{&} {
background-color: $session-color-white; background-color: $session-color-white;
} }

@ -399,8 +399,14 @@ export class ConversationHeader extends React.Component<Props> {
</div> </div>
</div> </div>
{this.renderExpirationLength()} {this.renderExpirationLength()}
{this.renderSearch()}
{this.renderAvatar()} {!this.props.isRss && (
<>
{this.renderSearch()}
{this.renderAvatar()}
</>
)}
{this.renderMenu(triggerId)} {this.renderMenu(triggerId)}
</div> </div>
</> </>

Loading…
Cancel
Save