mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
style: fix header bar on medium size screens
This commit is contained in:
parent
b157a3fa90
commit
7a7aad0503
@ -214,7 +214,6 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header_bars_infos {
|
#header_bars_infos {
|
||||||
width: 35ch;
|
|
||||||
flex: initial;
|
flex: initial;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0.2em 0.2em;
|
margin: 0.2em 0.2em;
|
||||||
@ -225,13 +224,12 @@ header {
|
|||||||
flex: auto;
|
flex: auto;
|
||||||
margin: 0.8em 0em;
|
margin: 0.8em 0em;
|
||||||
input {
|
input {
|
||||||
width: 12ch;
|
width: 14ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_user_links {
|
#header_user_links {
|
||||||
display: flex;
|
display: flex;
|
||||||
// width: 120ch;
|
|
||||||
flex: initial;
|
flex: initial;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user