minor fixes

This commit is contained in:
2019-08-26 04:45:31 +03:00
parent d8c6eaf6e2
commit 62b326e26b
10 changed files with 8 additions and 20 deletions

View File

@@ -2,6 +2,6 @@
visibility: hidden;
}
.wall-item-tools-right > .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
.wall-item-tools-right > .btn-group > .btn:first-child {
visibility: hidden;
}

View File

@@ -2,7 +2,7 @@
visibility: hidden;
}
.wall-item-tools-right > .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
.wall-item-tools-right > .btn-group > .btn:first-child {
visibility: hidden;
}

View File

@@ -2,7 +2,7 @@
visibility: hidden;
}
.wall-item-tools-right > .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
.wall-item-tools-right > .btn-group > .btn:first-child {
visibility: hidden;
}