mirror of https://github.com/go-gitea/gitea
parent
c71520088d
commit
8863e9275f
@ -1,22 +1,28 @@ |
|||||||
@import "cropperjs/dist/cropper.css"; |
@import "cropperjs/dist/cropper.css"; |
||||||
|
|
||||||
.cropper { |
.cropper-panel { |
||||||
display: flex; |
display: flex; |
||||||
column-gap: 10px; |
column-gap: 10px; |
||||||
} |
|
||||||
|
|
||||||
.hidden { |
|
||||||
display: none; |
|
||||||
} |
|
||||||
|
|
||||||
.editor { |
.cropper-editor { |
||||||
flex: 1; |
flex: 1; |
||||||
|
max-width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
.cropper-wrapper { |
||||||
|
height: 600px; |
||||||
|
max-height: 600px; |
||||||
|
} |
||||||
|
>div { |
||||||
|
display: flex; |
||||||
|
column-gap: 10px; |
||||||
|
} |
||||||
} |
} |
||||||
|
|
||||||
#result { |
#cropper-result { |
||||||
overflow: hidden; |
overflow: hidden; |
||||||
width: 256px; |
width: 256px; |
||||||
height: 256px; |
height: 256px; |
||||||
max-width: 256px; |
max-width: 256px; |
||||||
max-height: 256px; |
max-height: 256px; |
||||||
} |
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue