mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Updated jquery-ui to only contain things we need, and reverted materialize.min.js to its original state
This commit is contained in:
@@ -725,7 +725,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
transition: padding 1s ease;
|
||||
}
|
||||
|
||||
.mdi-navigation-close {
|
||||
.mdi-navigation-close{
|
||||
text-align:right !important;
|
||||
}
|
||||
|
||||
@@ -1462,7 +1462,7 @@ ul #chat-log{
|
||||
|
||||
#player{
|
||||
height:95%;
|
||||
height: calc(100%);
|
||||
height: calc(100% - 32px);
|
||||
position: relative;
|
||||
transform: translate(0%, 0%);
|
||||
z-index: 99;
|
||||
|
||||
Reference in New Issue
Block a user