Align language dropdown with globe button
This commit is contained in:
@@ -50,6 +50,7 @@ html {
|
|||||||
}
|
}
|
||||||
.lang-switch {
|
.lang-switch {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.lang-button {
|
.lang-button {
|
||||||
border: 1px solid #d5c7b5;
|
border: 1px solid #d5c7b5;
|
||||||
@@ -62,7 +63,7 @@ html {
|
|||||||
}
|
}
|
||||||
.lang-menu {
|
.lang-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
left: 0;
|
||||||
top: calc(100% + 6px);
|
top: calc(100% + 6px);
|
||||||
background: #fffaf3;
|
background: #fffaf3;
|
||||||
border: 1px solid #e3d4bd;
|
border: 1px solid #e3d4bd;
|
||||||
|
|||||||
Reference in New Issue
Block a user