Commit 9db8a57 Sean Yesmunt
authored
File tree 2 files changed +3
-3
lines changed
src/renderer/scss/component
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
19
19
* Credit card verification messaging ([ #2025 ] ( https://github.com/lbryio/lbry-desktop/pull/2025 ) )
20
20
* Reverse Order & Use System/Location Time/Date ([ #2036 ] https://github.com/lbryio/lbry-desktop/pull/2036 )
21
21
* Limit file type can be uploaded as thumbnail for publishing ([ #2034 ] ( https://github.com/lbryio/lbry-desktop/pull/2034 ) )
22
+ * Change snackbar notification postion to bottom-left ([ #2040 ] ( https://github.com/lbryio/lbry-desktop/pull/2040 ) )
22
23
23
24
24
25
### Fixed
Original file line number Diff line number Diff line change 5
5
color : var (--snackbar-color-primary );
6
6
display : flex ;
7
7
justify-content : space-between ;
8
- left : 0 ;
9
8
margin-left : auto ;
10
9
margin-right : auto ;
11
10
max-width : var (--snack-bar-width );
12
11
min-width : 300px ;
13
12
opacity : 0.95 ;
14
13
padding : 14px 20px 10px 20px ;
15
14
position : fixed ;
16
- right : 0 ;
17
- top : $spacing-vertical ;
15
+ left : $spacing-vertical ;
16
+ bottom : $spacing-vertical ;
18
17
transition : all var (--transition-duration ) var (--transition-type );
19
18
width : 100% ;
20
19
z-index : 10000 ; /* hack to get it over react modal */
You can’t perform that action at this time.
0 commit comments