Skip to content

Commit

Permalink
[DDW-322] Fix Daedalus logo animation (#2124)
Browse files Browse the repository at this point in the history
* [DDW-322] Fix Daedalus logo animation

* [DDW-332] Fix CHANGELOG
  • Loading branch information
nikolaglumac committed Aug 3, 2020
1 parent a6decd5 commit 3ab7a42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ Changelog

### Fixes

- Fixed Daedalus logo animation on the "Loading" screen ([PR 2124](https://github.com/input-output-hk/daedalus/pull/2124))
- Fixed text copy on the "Delegation center" screen ([PR 2125](https://github.com/input-output-hk/daedalus/pull/2125))

## 2.0.0
Expand Down
Expand Up @@ -27,12 +27,12 @@ $adaLogoWidth: 43px;
}

.daedalusLogo {
height: 135px;
margin: 0 114px;
width: 173px;
height: 140px;
margin: 0 110px;
width: 180px;
svg {
height: 135px;
width: 173px;
height: 140px;
width: 180px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions source/renderer/app/components/widgets/splash/Splash.scss
Expand Up @@ -68,10 +68,10 @@
z-index: 2000;

.daedalusIcon {
height: 135px;
height: 140px;
margin-bottom: 30px;
object-fit: contain;
width: 173px;
width: 180px;

svg {
path {
Expand Down

0 comments on commit 3ab7a42

Please sign in to comment.