mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:03:39 +08:00
11 lines
179 B
SCSS
11 lines
179 B
SCSS
|
.form-kit__control-image {
|
||
|
width: 100%;
|
||
|
|
||
|
.uploaded-image-preview {
|
||
|
max-width: 100%;
|
||
|
width: 100%;
|
||
|
margin: 0;
|
||
|
border-radius: var(--d-input-border-radius);
|
||
|
}
|
||
|
}
|