Change layout of public profile directory to be the same as in web UI (#11705)

This commit is contained in:
Eugen Rochko
2019-08-30 07:41:16 +02:00
committed by GitHub
parent 7235f538c6
commit 9871904172
6 changed files with 83 additions and 5 deletions

View File

@@ -5367,6 +5367,7 @@ a.status-card.compact:hover {
height: 125px;
position: relative;
background: darken($ui-base-color, 12%);
overflow: hidden;
img {
display: block;
@@ -5388,6 +5389,7 @@ a.status-card.compact:hover {
display: flex;
align-items: center;
text-decoration: none;
overflow: hidden;
}
&__relationship {
@@ -5453,6 +5455,7 @@ a.status-card.compact:hover {
padding: 15px 10px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
width: 100%;
min-height: 18px + 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -5464,6 +5467,10 @@ a.status-card.compact:hover {
display: inline;
}
}
br {
display: none;
}
}
}
}