Skip to content

Commit 0c07c83

Browse files
committed
Fix to language selectors
1 parent 4c61091 commit 0c07c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mystbin/frontend/styles/EditorTabs.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
display: flex;
3030
align-self: center;
3131
justify-content: center;
32+
margin: -1rem!important;
3233
}
3334

3435
.langButton:hover {
@@ -55,7 +56,7 @@
5556
position: absolute;
5657
height: 30vh;
5758
z-index: 99999;
58-
margin-top: 3rem;
59+
margin-top: 1.5rem;
5960
text-align: left;
6061
width: fit-content;
6162
overflow-x: hidden;

0 commit comments

Comments
 (0)