mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing pannel size
This commit is contained in:
parent
8ac458c79b
commit
24399d84f9
@ -97,12 +97,22 @@ button
|
|||||||
|
|
||||||
::ng-deep .big-panel
|
::ng-deep .big-panel
|
||||||
{
|
{
|
||||||
width: 50vw !important;
|
width: 80vw !important;
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
margin-left: -20vw;
|
margin-left: -20vw;
|
||||||
margin-right: -20vw;
|
margin-right: -20vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(sm)
|
||||||
|
{
|
||||||
|
width: 70vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md)
|
||||||
|
{
|
||||||
|
width: 50vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
> div
|
> div
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user