From 16024f50fde9ac478c828f41f4678eb22d42bbf5 Mon Sep 17 00:00:00 2001 From: David Snyder Date: Thu, 4 Jun 2020 16:13:30 -0400 Subject: [PATCH] minor css change --- public/electron.js | 1 + src/components/Message.css | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/electron.js b/public/electron.js index 5bb410b..9aec69a 100644 --- a/public/electron.js +++ b/public/electron.js @@ -13,6 +13,7 @@ function createWindow() { mainWindow = new BrowserWindow({ width: width, // width of the window height: width*1.5, // height of the window + minWidth: 500, frame: false, // whether or not the window has 'frame' or header backgroundColor: '#001e272e', // window background color, first two values set alpha which is set to 0 for transparency transparent: true, // make window transparent diff --git a/src/components/Message.css b/src/components/Message.css index 9d35377..59c81c6 100644 --- a/src/components/Message.css +++ b/src/components/Message.css @@ -5,8 +5,4 @@ a{ text-decoration: underline !important; -} - -._2WzYd { - width: 97vw !important } \ No newline at end of file