Correct some responsive problems and visual bug

This commit is contained in:
Sebastien 2018-09-20 12:01:16 +03:00
parent d344ffd171
commit 2cd451987c
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,6 @@ $(document).ready(function() {
btn_add = $('#add_btn'); btn_add = $('#add_btn');
switchAutoFlow = $("#autoflow"); switchAutoFlow = $("#autoflow");
$('.tooltipped').tooltip();
setInterval("getCurentMusic()", 1000); setInterval("getCurentMusic()", 1000);
$('#modalAdd').modal(); $('#modalAdd').modal();

View File

@ -11,6 +11,7 @@ var nav_name;
$(document).ready(function() { $(document).ready(function() {
$('.tooltipped').tooltip();
$('#nav-mobile').sidenav({ $('#nav-mobile').sidenav({
menuWidth: 400, // Default is 300 menuWidth: 400, // Default is 300
edge: 'left', // Choose the horizontal origin edge: 'left', // Choose the horizontal origin

View File

@ -159,8 +159,8 @@
<div id="modal_guild" class="modal"> <div id="modal_guild" class="modal">
<div class="modal-content" style="padding-bottom: 0px"> <div class="modal-content" style="padding-bottom: 0px">
<div class="row" style="margin-bottom: 0px"> <div class="row" style="margin-bottom: 0px">
<h3 class="col s12 center">Guild Selection</h3> <h3 class="col l12 m12 s12 center">Guild Selection</h3>
<div class="col offset-s4 s4 center"> <div class="col l4 offset-l4 m8 offset-m4 offset-s3 s8 center">
<form id="guild_form" action="#" class="left-align"> <form id="guild_form" action="#" class="left-align">
</form> </form>
</div> </div>