mirror of
https://github.com/status-im/status-media.git
synced 2025-02-23 08:38:22 +00:00
improve css of nowplaying
This commit is contained in:
parent
763dcc8ee0
commit
2aef80797d
@ -22,12 +22,12 @@
|
||||
|
||||
.NowPlaying-player img {
|
||||
width: 140px;
|
||||
margin-top: 60px;
|
||||
margin-top: 40px;
|
||||
transition: all 0.1s;
|
||||
}
|
||||
|
||||
.NowPlaying-info {
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,8 @@ class NowPlaying extends Component {
|
||||
<div className='NowPlaying-info'>
|
||||
<h4>{podcast}</h4>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
</div>
|
||||
) : (
|
||||
|
Loading…
x
Reference in New Issue
Block a user