[UI] Added a playqueue on mobile version, minor visual changes on desktop version
This commit is contained in:
@@ -129,6 +129,19 @@
|
||||
writing-mode: bt-lr;
|
||||
}
|
||||
|
||||
.mobile-btn {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.mobile-btn-active {
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.mobile-btn i {
|
||||
cursor: pointer;
|
||||
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.mobile-search-title {
|
||||
font-weight: bold;
|
||||
height: 32px;
|
||||
@@ -198,3 +211,13 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.release-search-cover {
|
||||
width: 512px;
|
||||
min-width: 512px;
|
||||
height: 512px;
|
||||
min-height: 512px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user