[UI] Mobile audio player inside a footer: first draft
This commit is contained in:
@@ -58,6 +58,7 @@ div.contents {
|
||||
.mobile-search-title {
|
||||
font-weight: bold;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
background-color: grey;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -96,3 +97,11 @@ div.contents {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mobile-audio-footer {
|
||||
background-color: #f5f5f5;
|
||||
bottom: 0;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user