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:
commit
f692d3a987
2 changed files with 6 additions and 1 deletions
Binary file not shown.
|
@ -730,9 +730,14 @@ code {
|
||||||
|
|
||||||
.input .row > .fa-times-circle {
|
.input .row > .fa-times-circle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 7px;
|
right: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $error-red;
|
color: $error-red;
|
||||||
|
transform: translateY(-9px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input .row > .input.with_label + .fa-times-circle {
|
||||||
|
right: 7px;
|
||||||
transform: translateY(9px);
|
transform: translateY(9px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue