Skip to content

Commit f7baac9

Browse files
committed
slider design bugfix
1 parent 3a98d6c commit f7baac9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,9 @@ div.languageSelector {
300300
}
301301
#languageSelectorBg {
302302
position: absolute;
303-
width: 25%;
303+
width: calc(25% - 8px);
304304
height: 32px;
305-
margin-top: 4px;
306-
margin-bottom: 4px;
305+
margin: 4px;
307306

308307
border-radius: 30px;
309308
background-color: var(--petrol-solid);

0 commit comments

Comments
 (0)