FIXED : aligner les éléments du menu des outils sur la gauche

This commit is contained in:
Zatalyz 2022-07-29 15:32:07 +02:00
parent 62ba603891
commit 6394182511
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ I am french, I speak french better than english, so I write in french to be sure
- Display of a title in the menu (sidebar) in mobile mode - Display of a title in the menu (sidebar) in mobile mode
### Fixed ### Fixed
- The login menu remains accessible even when scrolling (sticky) - The login menu remains accessible even when scrolling (sticky)
- Items on tool's menu aligned on the left.
### FR ### FR
#### Added #### Added
@ -25,6 +26,7 @@ I am french, I speak french better than english, so I write in french to be sure
- Affichage d'un titre au menu (sidebar) en mode mobile - Affichage d'un titre au menu (sidebar) en mode mobile
### Fixed ### Fixed
- Le menu de connexion reste accessible même en scrollant (sticky) - Le menu de connexion reste accessible même en scrollant (sticky)
- Éléments du menu des outils alignés à gauche.
## [2.1.2] - 2020-10-06 ## [2.1.2] - 2020-10-06

View file

@ -39,6 +39,7 @@ So, navbar too, and breadcrumbs.
li { li {
list-style: none; list-style: none;
margin: 0; margin: 0;
display: flex;
} }
li a { li a {
display: flex; display: flex;