mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Refreshed languages menu in settings
This commit is contained in:
@@ -467,28 +467,42 @@
|
||||
|
||||
.languages {
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 1em;
|
||||
gap: 10px;
|
||||
|
||||
.entry {
|
||||
height: 50px;
|
||||
display: flex;
|
||||
height: 45px;
|
||||
padding: 0 8px;
|
||||
background: var(--tertiary-background);
|
||||
border-radius: var(--border-radius);
|
||||
margin-top: 0;
|
||||
|
||||
&:hover {
|
||||
background: var(--secondary-background);
|
||||
}
|
||||
}
|
||||
|
||||
.entry > span > span {
|
||||
gap: 20px;
|
||||
gap: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
|
||||
.flag {
|
||||
display: flex;
|
||||
font-size: 2.625rem;
|
||||
line-height: 48px;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
> img {
|
||||
height: 32px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
|
||||
Reference in New Issue
Block a user