mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-12-02 09:37:59 +01:00
Make track player work cross browser
This commit is contained in:
parent
c3762bb7ad
commit
73671c639a
2 changed files with 4 additions and 3 deletions
|
@ -105,7 +105,7 @@ body.is-logged {
|
||||||
bottom: 58px;
|
bottom: 58px;
|
||||||
left: 64px;
|
left: 64px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
width: ~"calc(100% - 244px)";
|
width: ~"calc(100% - 64px)";
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
|
@ -131,6 +131,7 @@ body.is-logged {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
margin-right: 5px;
|
||||||
|
|
||||||
li.status {
|
li.status {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
4
resources/assets/styles/layout.less
vendored
4
resources/assets/styles/layout.less
vendored
|
@ -70,12 +70,12 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.now-playing {
|
.now-playing {
|
||||||
margin-left: @pfm-sidebar-size;
|
|
||||||
height: 64px;
|
height: 64px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #bcbcbc;
|
border-bottom: 1px solid #bcbcbc;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: ~"calc(100% - 180px)";
|
||||||
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1010;
|
z-index: 1010;
|
||||||
box-shadow: 0 0 6px rgba(0,0,0,0.3);
|
box-shadow: 0 0 6px rgba(0,0,0,0.3);
|
||||||
|
|
Loading…
Reference in a new issue