Skip to content

Commit f5c9697

Browse files
authored
Merge pull request #122 from DMU-DebugVisual/sojeong
ide ui 일부 수정
2 parents 994c71e + 3ad2e88 commit f5c9697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/ide/IDE.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ body.dark-mode .sidebar-toggle-button:hover {
806806
position: relative;
807807
display: inline-block;
808808
margin-left: 10px;
809+
top: 9px;
809810
}
810811

811812
.language-button {
@@ -879,6 +880,8 @@ body.dark-mode .language-item:hover {
879880
}
880881

881882
.file-type-indicator .file-type-badge {
883+
position: relative;
884+
top: 10px ;
882885
display: inline-flex !important;
883886
align-items: center !important;
884887
gap: 6px !important;

0 commit comments

Comments
 (0)