fix position
This commit is contained in:
parent
87f098cc17
commit
ed2abcc9fb
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
* Simplify FileCard and FileTile component styling ([#2011](https://github.com/lbryio/lbry-desktop/pull/2011))
|
||||
* Credit card verification messaging ([#2025](https://github.com/lbryio/lbry-desktop/pull/2025))
|
||||
* Limit file type can be uploaded as thumbnail for publishing ([#2034](https://github.com/lbryio/lbry-desktop/pull/2034))
|
||||
* Change snackbar notification postion to bottom-left ([#2040](https://github.com/lbryio/lbry-desktop/pull/2040))
|
||||
|
||||
### Fixed
|
||||
* Fixed Transactions filter menu collides with transaction table ([#2005](https://github.com/lbryio/lbry-desktop/pull/2005))
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
opacity: 0.95;
|
||||
padding: 14px 20px 10px 20px;
|
||||
position: fixed;
|
||||
right: $spacing-vertical;
|
||||
left: $spacing-vertical;
|
||||
bottom: $spacing-vertical;
|
||||
transition: all var(--transition-duration) var(--transition-type);
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue