File tree 3 files changed +39
-32
lines changed
3 files changed +39
-32
lines changed Original file line number Diff line number Diff line change 7
7
@apply overflow-hidden;
8
8
9
9
.fi-input-wrp-input {
10
- @apply flex;
10
+ @apply flex max-h-[ 40 rem ] ;
11
11
12
12
.mason-editor-wrapper {
13
13
@apply flex-1;
14
14
15
15
.mason-editor {
16
- @apply min-h-full max-h-[ 40 rem ] overflow-y-auto flex-1 h-full;
16
+ @apply min-h-full overflow-y-auto flex-1 h-full;
17
17
18
18
.tiptap {
19
19
@apply min-h-full;
93
93
}
94
94
95
95
.mason-sidebar {
96
- @apply hidden shrink-0 divide-y divide-gray-950/10 min-w-[10rem ] max-w-sm md:flex flex-col h-full border-s border-gray-950/10 bg-gray-50 dark:border-white/5 dark:bg-gray-950/20 divide-white/5;
96
+ @apply hidden shrink-0 divide-y divide-gray-950/10 min-w-[10rem ] max-w-sm md:flex flex-col h-full border-s border-gray-950/10 bg-gray-50 dark:border-white/5 dark:bg-gray-950/20 dark: divide-white/5;
97
97
98
98
.mason-controls ,
99
- .mason-brick-actions {
99
+ .mason-actions-search ,
100
+ .mason-actions-bricks {
100
101
@apply p-2 gap-2;
101
102
}
102
103
112
113
}
113
114
}
114
115
115
- .mason-brick-actions {
116
- @apply grid;
116
+ .mason-actions {
117
+ @apply overflow-hidden flex-1 flex flex-col divide-y divide-gray-950/10 dark:divide-white/5;
118
+
119
+ .mason-actions-bricks {
120
+ @apply flex-1 overflow-y-auto flex flex-col gap-2;
117
121
118
- .mason-brick-action {
119
- @apply cursor-move flex items-center gap-2 rounded border text-xs ps-3 pe-4 py-2 bg-white dark:bg-gray-800 dark:border-gray-700;
122
+ .mason-actions-brick {
123
+ @apply cursor-move flex items-center gap-2 rounded border text-xs ps-3 pe-4 py-2 bg-white dark:bg-gray-800 dark:border-gray-700;
120
124
121
- & .filtered {
122
- display : none !important ;
125
+ & .filtered {
126
+ display : none !important ;
127
+ }
123
128
}
124
129
}
125
130
}
You can’t perform that action at this time.
0 commit comments