mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
responsive polish
This commit is contained in:
@@ -401,6 +401,8 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@/styles/mixins/breakpoint';
|
||||
|
||||
.layout-cards {
|
||||
padding: var(--content-padding);
|
||||
padding-top: 0;
|
||||
@@ -449,6 +451,11 @@ export default defineComponent({
|
||||
margin: 0 8px;
|
||||
color: var(--foreground-subdued);
|
||||
white-space: nowrap;
|
||||
display: none;
|
||||
|
||||
@include breakpoint(small) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
|
||||
@@ -500,6 +500,8 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@/styles/mixins/breakpoint';
|
||||
|
||||
.layout-tabular {
|
||||
display: contents;
|
||||
margin: var(--content-padding);
|
||||
@@ -575,6 +577,11 @@ export default defineComponent({
|
||||
margin: 0 8px;
|
||||
color: var(--foreground-subdued);
|
||||
white-space: nowrap;
|
||||
display: none;
|
||||
|
||||
@include breakpoint(small) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
|
||||
Reference in New Issue
Block a user