mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Make lang selector fixed-width
This commit is contained in:
parent
8ec951d1fc
commit
6d68232e45
1 changed files with 12 additions and 0 deletions
12
src/app.css
12
src/app.css
|
@ -2854,3 +2854,15 @@ ul.link-list li a .icon {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* LANG SELECTOR */
|
||||
|
||||
.lang-selector {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
|
||||
select {
|
||||
width: 10em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue