mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
updated so background ahs transiton
This commit is contained in:
@@ -400,6 +400,14 @@ body {
|
|||||||
overflow-y:scroll !important;
|
overflow-y:scroll !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-container {
|
||||||
|
-webkit-transition: background-color 1s;
|
||||||
|
-moz-transition: background-color 1s;
|
||||||
|
-ms-transition: background-color 1s;
|
||||||
|
-o-transition: background-color 1s;
|
||||||
|
transition: background-color 1s;
|
||||||
|
}
|
||||||
|
|
||||||
.main, #main-row, .video-container, #playlist{
|
.main, #main-row, .video-container, #playlist{
|
||||||
height: calc(100vh - 64px);
|
height: calc(100vh - 64px);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user