We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734a8f5 commit 3ad2e88Copy full SHA for 3ad2e88
1 file changed
src/components/ide/IDE.css
@@ -806,6 +806,7 @@ body.dark-mode .sidebar-toggle-button:hover {
806
position: relative;
807
display: inline-block;
808
margin-left: 10px;
809
+ top: 9px;
810
}
811
812
.language-button {
@@ -879,6 +880,8 @@ body.dark-mode .language-item:hover {
879
880
881
882
.file-type-indicator .file-type-badge {
883
+ position: relative;
884
+ top: 10px ;
885
display: inline-flex !important;
886
align-items: center !important;
887
gap: 6px !important;
0 commit comments