bug affichage menu petits écrans + barre admin

This commit is contained in:
Fred Tempez 2020-10-24 16:59:19 +02:00
parent 645cb7fef5
commit bcbcb79a12
2 changed files with 20 additions and 7 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## version 10.3.04
- Correction :
- Position des entrées de menu sur les écrans de smartphone.
## version 10.3.03 ## version 10.3.03
- Correction : - Correction :
- Localisation, affichage des accents, LC_TIME devient LC_ALL - Localisation, affichage des accents, LC_TIME devient LC_ALL

View File

@ -386,22 +386,22 @@ td > .col12 {
@media (max-width: 768px) { @media (max-width: 768px) {
#bar { #bar {
text-align: center; text-align: center;
padding: 0; padding: 0 1;
margin: 0; margin: 0 1;
} }
#bar ul { #bar ul {
height: auto; height: auto;
} }
#bar #barSelectPage { #bar #barSelectPage {
width: 50% ; width: 40% ;
font-size: 0.6em; font-size: 1em;
} }
#bar #barLeft { #bar #barLeft {
font-size: 1.6em; font-size: 1.2em;
float : none; float : none;
} }
#bar #barRight { #bar #barRight {
font-size: 1.6em; font-size: 1.4em;
} }
#bar #displayUsername { #bar #displayUsername {
display: none; display: none;
@ -552,8 +552,17 @@ nav::before {
body > nav { body > nav {
margin:0; margin:0;
} }
nav #toggle { nav #toggle,
nav #menuLeft {
display: block; display: block;
float: none;
}
nav #menuLeft {
flex-direction: column;
float: none;
}
nav #menuRight {
font-size: 2em;
} }
nav #menu { nav #menu {
display: none; display: none;