further work

This commit is contained in:
shpuld 2019-02-13 21:42:17 +02:00
parent 2aef82a80e
commit 2c8e539ca2

View file

@ -266,7 +266,7 @@
flex-basis: 100%; flex-basis: 100%;
margin-bottom: 0.5em; margin-bottom: 0.5em;
line-height: 2em; // line-height: 2em;
a { a {
display: inline-block; display: inline-block;
@ -279,15 +279,20 @@
.heading-name-row { .heading-name-row {
padding: 0; padding: 0;
flex: 1 0; flex-shrink: 1;
display: flex; display: flex;
align-items: baseline; align-items: baseline;
.user-name { .user-name {
flex-shrink: 1;
margin-right: 0.5em; margin-right: 0.5em;
overflow: hidden;
text-overflow: ellipsis;
} }
.account-name { .account-name {
min-width: 1.6em;
margin-right: 0.5em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -297,12 +302,13 @@
.heading-right { .heading-right {
display: flex; display: flex;
flex-shrink: 0;
} }
.heading-reply-row { .heading-reply-row {
align-content: baseline; align-content: baseline;
display: flex;
font-size: 12px; font-size: 12px;
height: 1.5em;
color: $fallback--link; color: $fallback--link;
color: var(--link, $fallback--link); color: var(--link, $fallback--link);
max-width: 100%; max-width: 100%;
@ -345,6 +351,7 @@
.timeago { .timeago {
// margin-right: 0.2em; // margin-right: 0.2em;
font-size: 12px; font-size: 12px;
flex: 1 0;
align-self: last baseline; align-self: last baseline;
} }
@ -498,6 +505,7 @@
.status-actions { .status-actions {
width: 100%; width: 100%;
display: flex; display: flex;
margin-top: 0.5em;
div, favorite-button { div, favorite-button {
// padding-top: 0.25em; // padding-top: 0.25em;