PLT-4609 - Fixing list modals on mobile (#4453)
* PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import Removing Utils Removing memberlist style prop Removing blank line * Removing height code from team members modal
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
428444d185
Коммит
c0a631000e
@@ -9,8 +9,6 @@
|
||||
}
|
||||
|
||||
.filtered-user-list {
|
||||
max-height: 65vh !important;
|
||||
|
||||
.filter-button {
|
||||
.btn {
|
||||
width: 100%;
|
||||
@@ -1309,6 +1307,12 @@
|
||||
|
||||
.app__body {
|
||||
.modal {
|
||||
&.more-channel__modal {
|
||||
.modal-body {
|
||||
padding-bottom: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-modal {
|
||||
&.display--content {
|
||||
.modal-body {
|
||||
@@ -1318,6 +1322,7 @@
|
||||
|
||||
.modal-body {
|
||||
max-height: 70%;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.settings-table {
|
||||
|
||||
Ссылка в новой задаче
Block a user