mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): player responsive
This commit is contained in:
parent
23dd1a0e88
commit
91847d293c
1 changed files with 17 additions and 2 deletions
|
|
@ -192,7 +192,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(lg) {
|
@include media-breakpoint-down(xl) {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
@ -259,7 +259,7 @@
|
||||||
.controls {
|
.controls {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
.prev, .shuffle, .repeat {
|
.prev, .shuffle, .loop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -278,4 +278,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-between(xxl, xxxl) {
|
||||||
|
.controls {
|
||||||
|
margin: 0.875rem -1rem;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.volume {
|
||||||
|
margin: 0 -1rem;
|
||||||
|
|
||||||
|
i {
|
||||||
|
margin: 0.25rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue