mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 16:59:05 +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{
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+4
-4
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