mirror of
https://github.com/a2nt/meta-lightbox.git
synced 2024-10-22 17:05:53 +02:00
IMPR: Minor updates
This commit is contained in:
parent
6e9324de59
commit
417d347a9b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@a2nt/meta-lightbox-react",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"description": "ReactJS: Universal Lightbox window",
|
||||
"author": "Tony Air <tony@twma.pro>",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -180,8 +180,10 @@ $module_name: 'meta-MetaWindow';
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
word-break: break-word;
|
||||
margin: 0 auto;
|
||||
|
||||
img {
|
||||
object-fit: cover;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
@ -207,6 +209,7 @@ $module_name: 'meta-MetaWindow';
|
||||
|
||||
.typography,
|
||||
.meta-wrap {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user