mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-30 22:26:07 -06:00
Get rid of bad, unscoped Skeleton hiding CSS, comment out AIS Searchbox skeleton
This commit is contained in:
+6
-11
@@ -42,11 +42,12 @@
|
||||
<b-row class="my-3 pl-1" cols="12">
|
||||
<b-col lg="3" xl="2" md="12">
|
||||
<ais-search-box ref="searchbox" placeholder="Search here…" @keydown.native="showResults" />
|
||||
<Skeleton
|
||||
secondary_color="#3e3e3e" border_radius="1px"
|
||||
primary_color="#4A4A4A"
|
||||
:inner_style="{ 'min-height': '35.6px' }"
|
||||
/>
|
||||
<!--<Skeleton
|
||||
secondary-color="#3e3e3e"
|
||||
border-radius="1px"
|
||||
primary-color="#4A4A4A"
|
||||
:inner-style="{ 'min-height': '35.6px' }"
|
||||
/>-->
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row align-h="start" cols="12">
|
||||
@@ -86,10 +87,6 @@ html, body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.outer-skeleton:not(:first-child) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ais-SearchBox-form {
|
||||
border: none;
|
||||
}
|
||||
@@ -137,7 +134,6 @@ html, body, #app {
|
||||
import algoliasearch from "algoliasearch/lite";
|
||||
import SeasonList from "./components/SeasonList.vue";
|
||||
import "instantsearch.css/themes/algolia-min.css";
|
||||
import Skeleton from "./components/Skeleton.vue";
|
||||
import Footer from "./components/Footer.vue"
|
||||
import moment from "moment";
|
||||
|
||||
@@ -145,7 +141,6 @@ export default {
|
||||
name: "App",
|
||||
components: {
|
||||
SeasonList,
|
||||
Skeleton,
|
||||
Footer
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user