@appscode/design-system 1.1.0-beta.7 → 1.1.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,6 +188,7 @@ hr {
188
188
  align-items: center;
189
189
  }
190
190
 
191
+
191
192
  .ac-hscrollbar {
192
193
  padding: 15px;
193
194
  transition: 0.3s ease-in-out;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.7",
3
+ "version": "1.1.0-beta.8",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -7,7 +7,7 @@
7
7
  v-if="isPreviewLoading || (!isPreviewLoading && previewYamls)"
8
8
  class="left-content"
9
9
  >
10
- <div class="ac-files ac-hscrollbar pt-0">
10
+ <div class="ac-files ac-hscrollbar ac-vscrollbar pt-0">
11
11
  <ul v-if="!isPreviewLoading">
12
12
  <li
13
13
  v-for="(previewYaml, idx) in filteredYamls"
@@ -59,8 +59,8 @@
59
59
  </div>
60
60
  </template>
61
61
  <script>
62
- import Preloader from "../preloader/Preloader.vue";
63
62
  import Banner from "../banner/Banner.vue";
63
+ import Preloader from "../preloader/Preloader.vue";
64
64
  export default {
65
65
  components: {
66
66
  Editor: () => ({
@@ -65,6 +65,9 @@ const OptionDots = defineAsyncComponent(
65
65
  transition: 0.3s ease-in-out;
66
66
  position: relative;
67
67
  z-index: 1;
68
+ width: calc(33% - 6px);
69
+ min-width: 455px;
70
+ max-width: 530px;
68
71
 
69
72
  .c-header {
70
73
  display: flex;
@@ -137,7 +137,7 @@ watch(
137
137
  </strong>
138
138
  <template v-else>
139
139
  <div v-if="!isPreviewLoading && previewYamls" class="left-content">
140
- <div class="ac-files ac-hscrollbar pt-0">
140
+ <div class="ac-files ac-hscrollbar ac-vscrollbar pt-0">
141
141
  <ul v-if="!isPreviewLoading">
142
142
  <li
143
143
  v-for="(previewYaml, idx) in filteredYamls"