Merge branch 'profile-hover-cards' into 'develop'
Profile hover cards See merge request soapbox-pub/soapbox-fe!114
This commit is contained in:
@ -210,7 +210,6 @@
|
||||
.status__info .status__display-name {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.status__info {
|
||||
@ -218,6 +217,11 @@
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.status__profile,
|
||||
.detailed-status__profile {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-check-box {
|
||||
border-bottom: 1px solid var(--background-color);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user