mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a lot of dead elements when navigating back and forth, and added transition on videoplayer
This commit is contained in:
@@ -336,13 +336,14 @@
|
||||
|
||||
.player_bottom{
|
||||
position: fixed !important;
|
||||
left: auto !important;
|
||||
top: auto !important;
|
||||
bottom: 10px;
|
||||
left: calc(100vw - 270px) !important;
|
||||
top: calc(100vh - 210px) !important;
|
||||
/* bottom: 10px; */
|
||||
width: 250px !important;
|
||||
height: 200px !important;
|
||||
right: 10px;
|
||||
/* right: 10px; */
|
||||
z-index: 10;
|
||||
transition: 1s;
|
||||
}
|
||||
|
||||
#frontpage_player{
|
||||
@@ -1457,6 +1458,7 @@ ul #chat-log{
|
||||
height:95%;
|
||||
height: calc(100% - 32px);
|
||||
position: relative;
|
||||
-webkit-transition: all 1s ease-out;
|
||||
}
|
||||
|
||||
#fireplace_player{
|
||||
|
||||
Reference in New Issue
Block a user