fix: make space for focus outline on Home screen

This commit is contained in:
Phan An 2022-08-03 23:15:45 +02:00
parent 16c4fdb8ec
commit 8349a64fc2
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -118,6 +118,7 @@ eventBus.on('LOAD_MAIN_CONTENT', async (view: MainViewName) => {
li {
overflow: hidden;
padding: 1px; // make space for focus outline
}
@media only screen and (max-width: 768px) {