1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

improve padding for headers and buttons on home screen

This commit is contained in:
dkanada 2019-12-12 00:32:33 +09:00
parent 4e683c4fca
commit bff5918c85
4 changed files with 17 additions and 18 deletions

View file

@ -6,6 +6,7 @@
justify-content: center;
min-width:104px;
min-height:24px;
padding-top: 1.25em;
z-index: 1;
color: #ffffff;
display: flex;
@ -15,4 +16,4 @@
min-width: 24px;
min-height: 24px;
display: block;
}
}