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