tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
fixing min-h isses in codeblock
cozylittle.house
1 month ago
30fe237f
e01aa543
+3
-2
2 changed files
expand all
collapse all
unified
split
app
globals.css
components
Blocks
CodeBlock.tsx
+2
-1
app/globals.css
···
274
274
@apply p-2;
275
275
@apply rounded-md;
276
276
@apply overflow-auto;
277
277
-
@apply min-h-12;
277
277
+
@apply sm:min-h-12;
278
278
+
@apply min-h-10;
278
279
279
280
@media (min-width: 640px) {
280
281
@apply p-3;
+1
-1
components/Blocks/CodeBlock.tsx
···
72
72
isSelected={focusedBlock}
73
73
hasBackground="accent"
74
74
borderOnHover
75
75
-
className="p-0! min-h-[48px]"
75
75
+
className="p-0! min-h-10 sm:min-h-12"
76
76
>
77
77
{focusedBlock && permissions.write ? (
78
78
<BaseTextareaBlock