Skip to content
Snippets Groups Projects
Commit a51167fa authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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
parents 499c6b85 f4b499b0
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@
border-bottom-right-radius: 0;
.panel-heading {
padding: .6em 0;
padding: .5em 0;
text-align: center;
box-shadow: none;
}
......@@ -226,10 +226,11 @@
}
}
.user-name{
.user-name {
text-overflow: ellipsis;
overflow: hidden;
flex: 1 0 auto;
flex: 1 1 auto;
margin-right: 1em;
}
.user-screen-name {
......@@ -245,6 +246,10 @@
.dailyAvg {
min-width: 1px;
flex: 0 0 auto;
margin-left: 1em;
font-size: 0.7em;
color: $fallback--text;
color: var(--text, $fallback--text);
}
.handle {
......@@ -381,11 +386,6 @@
}
}
.dailyAvg {
margin-left: 1em;
font-size: 0.7em;
color: #CCC;
}
.floater {
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment