add padding options for notification banner (#1)

Co-authored-by: synonym24 <itsa-me@synonym24.at>
This commit is contained in:
synonym24
2021-12-21 11:58:01 +01:00
committed by GitHub
co-authored by synonym24
parent 1e6a0321e3
commit ca596ca67b
6 changed files with 56 additions and 7 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
var PrefFields = {
ANCHOR_VERTICAL : 'anchor-vertical',
ANCHOR_HORIZONTAL : 'anchor-horizontal',
PADDING_VERTICAL : 'padding-vertical',
PADDING_HORIZONTAL : 'padding-horizontal',
ANIMATION_TIME : 'animation-time',
ANIMATION_DIRECTION : 'animation-direction',
};
};