mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updating tabs
This commit is contained in:
@@ -1078,12 +1078,17 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
background-color:white !important;
|
||||
}
|
||||
|
||||
.playlist-tabs .indicator, .tabs .indicator{
|
||||
width:50%;
|
||||
.tabs{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.playlist-tabs-loggedIn .indicator{
|
||||
width:33.333%;
|
||||
.playlist-tabs .indicator, .tabs .indicator{
|
||||
/*width:50%;*/
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.chatTabs .indicator{
|
||||
width:50%;
|
||||
}
|
||||
|
||||
.playlist-tab-links{
|
||||
|
||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
8
public/dist/main.min.js
vendored
8
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -152,7 +152,7 @@ function init(){
|
||||
|
||||
$('ul.playlist-tabs').tabs();
|
||||
$('ul.playlist-tabs-loggedIn').tabs();
|
||||
$('.chatTabs').tabs();
|
||||
$('ul.chatTabs').tabs();
|
||||
$("#settings").sideNav({
|
||||
menuWidth: 300, // Default is 240
|
||||
edge: side, // Choose the horizontal origin
|
||||
|
||||
Reference in New Issue
Block a user