[editor] fix image max-height
This commit is contained in:
parent
4f1cc94168
commit
993debf1da
|
@ -496,7 +496,16 @@ input[type='checkbox'] {
|
|||
}
|
||||
|
||||
figure {
|
||||
margin: 2em 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: fit-content;
|
||||
gap: 16px;
|
||||
margin: 2em auto;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-height: 90vh;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
@ -504,6 +513,7 @@ figcaption {
|
|||
|
||||
color: #9fa1a7;
|
||||
}
|
||||
}
|
||||
|
||||
.view-switcher {
|
||||
@include font-size(1.7rem);
|
||||
|
|
Loading…
Reference in New Issue
Block a user