mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
minor CSS fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c4d4e98450
commit
79cb149a4b
@ -46,7 +46,7 @@
|
|||||||
dive into the configuration to change the container size
|
dive into the configuration to change the container size
|
||||||
limits
|
limits
|
||||||
*/
|
*/
|
||||||
max-width: 50vh;
|
max-width: 80vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
/* XXX not sure about this... */
|
/* XXX not sure about this... */
|
||||||
@ -161,7 +161,7 @@
|
|||||||
dive into the configuration to change the container size
|
dive into the configuration to change the container size
|
||||||
limits
|
limits
|
||||||
*/
|
*/
|
||||||
max-width: 50vh;
|
max-width: 80vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.browse-widget:not(.flat) .list div:not(.not-traversable):after {
|
.browse-widget:not(.flat) .list div:not(.not-traversable):after {
|
||||||
|
|||||||
@ -24,8 +24,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
background: white;
|
|
||||||
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user