File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2525}
2626
2727.menu-area {
28- background-color : rgba (var (--theme-gray-01 ), 0.95 );
28+ background-color : rgb (var (--theme-gray-01 ));
2929border-radius : var (--theme-radius );
3030box-shadow : var (--layout-shadow-large );
3131width : 100% ;
3232max-height : 100% ;
3333overflow-y : auto;
3434pointer-events : all;
35- opacity : 1 ;
36- transition : background-color var (--layout-timing-extra-fast ), opacity var (--layout-timing-extra-fast );
35+ transition : background-color var (--layout-timing-extra-fast );
3736}
3837
3938.menu-nav {
Original file line number Diff line number Diff line change 11// log version
2- console . log ( "nightTab version" , version . get ( ) . number , "(" + version . get ( ) . name + ")" ) ;
2+ console . log ( "nightTab version" , version . get ( ) . number , version . get ( ) . name ) ;
33data . init ( ) ;
44state . init ( ) ;
55bookmarks . init ( ) ;
You can’t perform that action at this time.
0 commit comments