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;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
a:hover .info {
|
||||
|
@ -3,6 +3,11 @@ app-album {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.container-fluid {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.no-item-msg {
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
|
@ -79,6 +79,7 @@ a {
|
||||
left: 0;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
a:hover .info {
|
||||
|
@ -1,13 +1,18 @@
|
||||
app-face {
|
||||
margin: 2px;
|
||||
display: inline-block;
|
||||
margin: 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.container-fluid {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.no-face-msg {
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.no-face-msg h2 {
|
||||
color: #6c757d;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user