From deab6fd86961ec5ffa082f95e42cec561afcc1b5 Mon Sep 17 00:00:00 2001 From: Winding <10997628+Winding6636@users.noreply.github.com> Date: Sat, 16 Mar 2019 00:16:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=82=BF=E3=83=A0=E3=83=86?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit カスタムテーマ適用時に、ユーザーページ(?)のスタイルが崩れているのを確認し修正しました。 --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index 38ab0479..8012d3c7 100644 --- a/app/main.js +++ b/app/main.js @@ -247,7 +247,7 @@ ipc.on('theme-css-request', function(e, arg) { var css=".customtheme {--bg:"+secondary+";--drag:"+drag+";"+ "--color:"+text+";--beforehover:"+beforehover+";--modal:"+secondary+";--subcolor:"+primary+";--box:"+primary+";--sidebar:"+primary+";--shared:"+emphasized+";"+ "--notfbox:"+secondary+";--emphasized:"+primary+";--his-data:"+secondary+ - +"--active:"+primary+";--postbox:"+primary+";--modalfooter:"+primary+";}.blacktheme #imagemodal{background: url(\"../img/pixel.svg\");}"; + ";--active:"+primary+";--postbox:"+primary+";--modalfooter:"+primary+";}.blacktheme #imagemodal{background: url(\"../img/pixel.svg\");}"; mainWindow.webContents.send('theme-css-response', css); } catch (e) { var css="";