Merge branch 'fix-265-fix-user-profiles-again' into 'develop'

fixes #265 and also that thin line below gradient on chrome (UGH)

Closes #265

See merge request pleroma/pleroma-fe!456
This commit is contained in:
Shpuld Shpludson 2019-01-09 20:57:00 +00:00
commit a51167fa72

View file

@ -142,7 +142,7 @@
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
.panel-heading { .panel-heading {
padding: .6em 0; padding: .5em 0;
text-align: center; text-align: center;
box-shadow: none; box-shadow: none;
} }
@ -226,10 +226,11 @@
} }
} }
.user-name{ .user-name {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
flex: 1 0 auto; flex: 1 1 auto;
margin-right: 1em;
} }
.user-screen-name { .user-screen-name {
@ -245,6 +246,10 @@
.dailyAvg { .dailyAvg {
min-width: 1px; min-width: 1px;
flex: 0 0 auto; flex: 0 0 auto;
margin-left: 1em;
font-size: 0.7em;
color: $fallback--text;
color: var(--text, $fallback--text);
} }
.handle { .handle {
@ -381,11 +386,6 @@
} }
} }
.dailyAvg {
margin-left: 1em;
font-size: 0.7em;
color: #CCC;
}
.floater { .floater {
} }
</style> </style>