Skip to content

Commit 176c954

Browse files
committed
refactor: 필요없는 css 제거
#2
1 parent e8e241d commit 176c954

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

client/src/features/editor/Editor.style.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ export const editorContainer = css({
1212
},
1313
});
1414

15-
export const editorTitleContainer = css({
16-
display: "flex",
17-
gap: "4px",
18-
flexDirection: "column",
19-
width: "full",
20-
padding: "spacing.sm",
21-
});
22-
2315
export const editorTitle = css({
2416
textStyle: "display-medium28",
2517
outline: "none",

client/src/features/editor/components/block/Block.style.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const baseBlockStyle = {
44
display: "flex",
55
flexDirection: "row",
66
alignItems: "center",
7-
position: "relative",
87
width: "full",
98
minHeight: "16px",
109
backgroundColor: "transparent",

0 commit comments

Comments
 (0)