diff --git a/src/app/components/adbutler/adbutler.component.scss b/src/app/components/adbutler/adbutler.component.scss
index be21ec65..2ae4c28a 100644
--- a/src/app/components/adbutler/adbutler.component.scss
+++ b/src/app/components/adbutler/adbutler.component.scss
@@ -7,13 +7,13 @@
}
.butlerdark {
- width: 600px;
+ width: 400px;
border: 0px solid #C0C0C0;
background-color: #263238;
}
.butlerlight {
- width: 600px;
+ width: 400px;
border: 0px solid #C0C0C0;
background-color: white;
}
diff --git a/src/app/components/notification-box/notification-box.component.html b/src/app/components/notification-box/notification-box.component.html
index 44809dec..3636653e 100644
--- a/src/app/components/notification-box/notification-box.component.html
+++ b/src/app/components/notification-box/notification-box.component.html
@@ -2,7 +2,7 @@