Merge branch 'custom-fields-count' into 'develop'

Only show 4 profile metadata items by default

See merge request soapbox-pub/soapbox-fe!562
This commit is contained in:
Alex Gleason 2021-06-30 16:10:59 +00:00
commit f692d3a987
2 changed files with 6 additions and 1 deletions

View file

@ -730,9 +730,14 @@ code {
.input .row > .fa-times-circle {
position: absolute;
right: 7px;
right: 15px;
cursor: pointer;
color: $error-red;
transform: translateY(-9px);
}
.input .row > .input.with_label + .fa-times-circle {
right: 7px;
transform: translateY(9px);
}