fix(mobile): improve alignment of the title bar

This commit is contained in:
Elian Doran
2025-02-08 12:14:58 +02:00
parent 1bf2f10c98
commit ab5a6c59b8
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import branchService from "../../services/branches.js";
import treeService from "../../services/tree.js";
import { t } from "../../services/i18n.js";
const TPL = `<button type="button" class="action-button bx" style="padding-top: 10px;"></button>`;
const TPL = `<button type="button" class="action-button bx"></button>`;
class MobileDetailMenuWidget extends BasicWidget {
private isHorizontalLayout: boolean;