mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-29 11:23:42 +01:00
Fix style of visibility icon in boost modal
This commit is contained in:
parent
610f71db7a
commit
470458da13
1 changed files with 8 additions and 0 deletions
|
@ -425,6 +425,14 @@
|
||||||
padding: initial;
|
padding: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status__visibility-icon {
|
||||||
|
color: $dark-text-color;
|
||||||
|
float: right;
|
||||||
|
font-size: 14px;
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.status__display-name {
|
.status__display-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue