mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed photo album thumbnails [Issue #10]
This commit is contained in:
parent
dbd2f949cc
commit
dd73100ee8
1 changed files with 14 additions and 2 deletions
|
@ -2097,7 +2097,13 @@ a.tag.label,
|
||||||
#message-new:hover,
|
#message-new:hover,
|
||||||
#message-new:focus {
|
#message-new:focus {
|
||||||
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
|
.justified-gallery > a,
|
||||||
|
.justified-gallery > div,
|
||||||
|
.justified-gallery > figure{
|
||||||
|
height: 25vw !important;
|
||||||
|
width: 25vw !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Portrait Orientation
|
/* Narrow Screen Phones in Portrait Orientation
|
||||||
============================================
|
============================================
|
||||||
|
@ -4408,7 +4414,13 @@ a.tag.label,
|
||||||
#message-new:hover,
|
#message-new:hover,
|
||||||
#message-new:focus {
|
#message-new:focus {
|
||||||
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
|
.justified-gallery > a,
|
||||||
|
.justified-gallery > div,
|
||||||
|
.justified-gallery > figure{
|
||||||
|
height: 25vw !important;
|
||||||
|
width: 25vw !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Portrait Orientation
|
/* Narrow Screen Phones in Portrait Orientation
|
||||||
============================================
|
============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue