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:
parent
d94753c252
commit
f1b2f93c09
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user