@@ -29,6 +29,7 @@ import { ThemeColorSelect } from '@/components/Pages/ThemeColorSelect'
</script>
<style lang="scss" scoped>
+$min-width: 400px;
@include go(header) {
&-box {
display: grid;
@@ -36,6 +37,7 @@ import { ThemeColorSelect } from '@/components/Pages/ThemeColorSelect'
.header-item {
display: flex;
align-items: center;
+ min-width: $min-width;
&.left {
justify-content: start;
}
@@ -134,8 +134,10 @@ watchEffect(() => {
+$min-width: 500px;
@include go('edit-bottom') {
width: 100%;
padding: 0 10px;