Skip to content

Commit 87be07d

Browse files
committed
Minor UI improvements.
1 parent 2f4f15a commit 87be07d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/documentation/isolated-test-view.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ div
1111
:content="`Content ${i}`"
1212
:style="'background-color: ' + ['#ff5252', '#42b983'][i % 2]")
1313
template(v-slot:content)
14-
v-icon.white--text check_circle
15-
h1 {{ `Title ${i}` }}
16-
p {{ `Content ${i}` }}
14+
.vueperslide__content-wrapper
15+
v-icon.white--text check_circle
16+
h1 {{ `Title ${i}` }}
17+
p {{ `Content ${i}` }}
1718
</template>
1819

1920
<script>

src/documentation/top-bar.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ v-app-bar.top-bar.elevation-0(app light color="white" dense text fixed align-cen
3838
v-icon apps
3939
| &nbsp;
4040
span Examples
41-
v-list(dense).text-no-wrap
41+
v-list.text-no-wrap(dense allow-overflow)
4242
v-list-item(color="secondary" href="#ex--simplest-ever") Simplest Ever
4343
v-list-item(color="secondary" href="#ex--basic") Basic with Autoplay
4444
v-list-item(color="secondary" href="#ex--arrows-and-bullets") Arrows &amp; Bullets
@@ -82,6 +82,8 @@ export default {
8282
@import './variables';
8383
8484
.top-bar {
85+
box-sizing: content-box;
86+
8587
&.v-app-bar--fixed {
8688
z-index: 100;
8789
position: absolute;
@@ -164,6 +166,8 @@ export default {
164166
opacity: 0;
165167
}
166168
169+
.v-menu__content {max-height: 90vh;}
170+
167171
&__items .v-menu__content .v-list__item {
168172
height: 34px;
169173
font-size: 1.1em;

0 commit comments

Comments
 (0)