diff options
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/Editor.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/Editor.vue b/src/views/Editor.vue index 982ff90..4fcb9fa 100644 --- a/src/views/Editor.vue +++ b/src/views/Editor.vue @@ -37,4 +37,8 @@ export default defineComponent({ flex-direction: column; max-height: inherit; } + +#action-bar { + flex-shrink: 0; +} </style> |
