mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
fix: make space for focus outline on Home screen
This commit is contained in:
parent
16c4fdb8ec
commit
8349a64fc2
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue