Skip to content

Commit

Permalink
minor css change
Browse files Browse the repository at this point in the history
  • Loading branch information
GypsyDangerous committed Jun 4, 2020
1 parent a1d4934 commit 16024f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/components/Message.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@

a{
text-decoration: underline !important;
}

._2WzYd {
width: 97vw !important
}

0 comments on commit 16024f5

Please sign in to comment.