mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
UX: Make theme install modal more responsive (#11503)
* UX: Make theme install modal more responsive * chrome fix
This commit is contained in:
parent
407591719c
commit
f450ab6b5d
|
@ -1,6 +1,22 @@
|
|||
.admin-install-theme-modal {
|
||||
.modal-inner-container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.install-theme {
|
||||
min-width: 650px;
|
||||
display: flex;
|
||||
@include breakpoint(mobile-extra-large) {
|
||||
.install-theme-items {
|
||||
flex: 0 0 150px;
|
||||
}
|
||||
.install-theme-content {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
.select-kit {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.install-theme-items {
|
||||
|
@ -48,6 +64,10 @@
|
|||
.install-theme-content {
|
||||
padding: 0px 0px 10px 20px;
|
||||
width: calc(100% - 200px);
|
||||
input[type="file"] {
|
||||
width: 100%;
|
||||
overflow: hidden; // Chrome needs this
|
||||
}
|
||||
}
|
||||
|
||||
.repo {
|
||||
|
|
Loading…
Reference in New Issue
Block a user