Align auth lang switch next to title
This commit is contained in:
@@ -15,3 +15,10 @@
|
||||
height: auto;
|
||||
filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
|
||||
.auth-title-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@@ -36,10 +36,12 @@
|
||||
background: #fffaf3;
|
||||
border-radius: 10px;
|
||||
padding: 6px 10px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
min-width: 44px;
|
||||
font-family: "Twemoji Country Flags", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", emoji, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
.lang-menu {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user