瀏覽代碼

fix: padding in menu title

Sven 1 年之前
父節點
當前提交
94acb9779b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/menu/menu_old.ts

+ 1 - 1
src/features/menu/menu_old.ts

@@ -40,7 +40,7 @@ export async function addMenu() {
 
   //#SECTION title bar
   const titleCont = document.createElement("div");
-  titleCont.style.padding = "8px 20px 15px 8px";
+  titleCont.style.padding = "8px 20px 15px 20px";
   titleCont.style.display = "flex";
   titleCont.style.justifyContent = "space-between";
   titleCont.id = "betterytm-menu-titlecont";