diff options
author | Indrajith K L | 2017-12-26 10:37:44 +0530 |
---|---|---|
committer | Indrajith K L | 2017-12-26 10:37:44 +0530 |
commit | 7413c442dee015750ce5a9107740097e11e8014c (patch) | |
tree | c516f7b56606ddf397b0a4f7d3f11fb183908583 /src/styles | |
parent | 831eca715e55aff6011fa2a72d29d07de855067a (diff) | |
download | vanilla-yo-notification-7413c442dee015750ce5a9107740097e11e8014c.tar.gz vanilla-yo-notification-7413c442dee015750ce5a9107740097e11e8014c.tar.bz2 vanilla-yo-notification-7413c442dee015750ce5a9107740097e11e8014c.zip |
Fix: Style : removed unwanted container width.
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/style.css b/src/styles/style.css index 45e869e..11c31f4 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -3,7 +3,6 @@ .notif-mainContainer { z-index: 999; position: fixed; - width: 350px; max-width: 98%; font-family: "Segoe UI","Tahoma","Calibri","Verdana",sans-serif; color: #999; |