style: image display ratio
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
}
|
||||
|
||||
.single-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -59,6 +58,11 @@
|
||||
overflow: hidden;
|
||||
border-radius: var(--border-radius-base);
|
||||
|
||||
&.loading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.auto-bg-color {
|
||||
position: relative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user