1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Improve albums and faces padding #587

This commit is contained in:
Patrik J. Braun 2023-09-06 22:39:44 +02:00
parent d94753c252
commit f1b2f93c09
4 changed files with 17 additions and 5 deletions

View File

@ -60,6 +60,7 @@ a {
left: 0; left: 0;
padding: 5px; padding: 5px;
width: 100%; width: 100%;
line-height: normal;
} }
a:hover .info { a:hover .info {

View File

@ -3,6 +3,11 @@ app-album {
display: inline-block; display: inline-block;
} }
.container-fluid {
line-height: 0;
}
.no-item-msg { .no-item-msg {
height: 100vh; height: 100vh;
text-align: center; text-align: center;

View File

@ -79,6 +79,7 @@ a {
left: 0; left: 0;
padding: 5px; padding: 5px;
width: 100%; width: 100%;
line-height: normal;
} }
a:hover .info { a:hover .info {

View File

@ -3,6 +3,11 @@ app-face {
display: inline-block; display: inline-block;
} }
.container-fluid {
line-height: 0;
}
.no-face-msg { .no-face-msg {
height: 100vh; height: 100vh;
text-align: center; text-align: center;