sync: hide remove button when a block has a single line (#73137)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-10-02 09:59:07 +02:00
parent cb0023b2c0
commit 7696c251b8
1 changed files with 8 additions and 0 deletions

View File

@ -836,6 +836,14 @@ div.section.foldable {
content: "\f1f8"; // trash
}
}
&-single {
.BlockSubWidget {
border-right-color: transparent;
}
.remove-button {
visibility: hidden;
}
}
}
.pk-blocks-zebra {