use directive to add tooltip

+ change grid size for search page
+
This commit is contained in:
geoffrey45
2022-09-04 12:48:56 +03:00
parent 4861429e4e
commit 24bfa73ab6
16 changed files with 111 additions and 81 deletions
+6 -1
View File
@@ -13,12 +13,17 @@ import Main from "@/components/RightSideBar/Search/Main.vue";
<style lang="scss">
.search-view {
height: 100%;
background-color: $black;
// background-color: $black;
padding-top: 0;
margin-right: -1rem;
.scrollable {
height: 100%;
overflow: auto;
}
.search-results-grid {
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}
}
</style>