Updated jquery-ui to only contain things we need, and reverted materialize.min.js to its original state

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-29 14:10:34 +02:00
parent aff12c0f7e
commit 0b082b8484
4 changed files with 11 additions and 15 deletions

View File

@@ -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;