Fixed custom list import
This commit is contained in:
parent
81d58bfd8e
commit
52431a0a05
@ -1,7 +1,7 @@
|
||||
.anime-list-container
|
||||
vertical
|
||||
width 100%
|
||||
max-width 1200px
|
||||
max-width table-width-normal
|
||||
margin 0 auto
|
||||
margin-bottom 1rem
|
||||
|
||||
|
@ -318,7 +318,7 @@ export class AnimeNotifier {
|
||||
}
|
||||
|
||||
// F = Search
|
||||
if(e.keyCode == 70) {
|
||||
if(e.keyCode == 70 && !e.ctrlKey) {
|
||||
let search = this.app.find("search") as HTMLInputElement
|
||||
|
||||
search.focus()
|
||||
|
@ -41,6 +41,9 @@ nav-link-hover-slide-color = main-color
|
||||
// nav-link-color = rgb(160, 160, 160)
|
||||
// nav-link-hover-color = rgb(80, 80, 80)
|
||||
|
||||
// Tables
|
||||
table-width-normal = 1200px
|
||||
|
||||
// Loading animation
|
||||
loading-anim-color = nav-link-hover-slide-color
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user