diff options
Diffstat (limited to 'frontend/src/components/Notifications.scss')
-rw-r--r-- | frontend/src/components/Notifications.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Notifications.scss b/frontend/src/components/Notifications.scss index 98d228e..5852c7d 100644 --- a/frontend/src/components/Notifications.scss +++ b/frontend/src/components/Notifications.scss @@ -32,7 +32,7 @@ } &.notification-open { - transform: translateX(0px); + transform: translateX(0); } &.notification-closed { |