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
d33dbb6029
commit
49ac641346
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.timing {
|
.timing {
|
||||||
padding-top: 0.25rem;
|
padding-top: 0.5rem;
|
||||||
margin: 0 -0.25rem;
|
margin: 0 -0.25rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-between(xxl, xxxl) {
|
@include media-breakpoint-between(xl, xxl) {
|
||||||
.controls {
|
.controls {
|
||||||
margin: 0.875rem -1rem;
|
margin: 0.875rem -1rem;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue