diff options
Diffstat (limited to 'app/notification.html')
-rw-r--r-- | app/notification.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notification.html b/app/notification.html index cc485da7f..be38f4aa3 100644 --- a/app/notification.html +++ b/app/notification.html @@ -9,7 +9,7 @@ } </style> </head> - <body> + <body style="width:350px; height:500px;"> <div id="app-content"></div> <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> </body> |