Forcing a padding to not hide any button-elements

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-24 15:45:17 +02:00
parent c81fde167f
commit dbce64547f

View File

@@ -548,6 +548,11 @@ html {
align-items: center;
}
#pageButtons a, #pageButtons span {
padding-left: 1px;
padding-right: 1px;
}
#pageNumber{
cursor: default;
color: white;