diff --git a/assets/absicons.css b/assets/absicons.css index b2c0f8e8..f8bef3e6 100644 --- a/assets/absicons.css +++ b/assets/absicons.css @@ -13,7 +13,6 @@ .abs-icons { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'absicons' !important; - speak: never; font-style: normal; font-weight: normal; font-variant: normal; @@ -25,6 +24,18 @@ -moz-osx-font-smoothing: grayscale; } +.icon-list:before { + content: "\e907"; +} + +.icon-home:before { + content: "\e909"; +} + +.icon-authors:before { + content: "\e90a"; +} + .icon-books-1:before { content: "\e905"; } @@ -53,6 +64,10 @@ content: "\e901"; } +.icon-columns:before { + content: "\e90b"; +} + .icon-headphones:before { content: "\e910"; } diff --git a/components/app/Appbar.vue b/components/app/Appbar.vue index 3b84630a..db603844 100644 --- a/components/app/Appbar.vue +++ b/components/app/Appbar.vue @@ -25,8 +25,8 @@ cast - - search + + search
diff --git a/components/home/BookshelfNavBar.vue b/components/home/BookshelfNavBar.vue index fe6fc5e8..2b23c12a 100644 --- a/components/home/BookshelfNavBar.vue +++ b/components/home/BookshelfNavBar.vue @@ -1,8 +1,10 @@