1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Doc: Fixes #7642: Fixed menu padding in narrower view

This commit is contained in:
Laurent Cozic 2023-01-20 18:07:50 +00:00
parent 5ae866ea85
commit 90b04cbd37

View File

@ -728,6 +728,16 @@ footer .bottom-links-row p {
}
}
/*****************************************************************
LARGE VIEW
*****************************************************************/
@media (max-width: 1200px) {
#nav-section a {
margin-left: 10px;
}
}
/*****************************************************************
MEDIUM VIEW
- Make menu bar elements smaller and closer to each others