mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-56583 - Updating settings css for only centre content scroll (#26064)
* MM-56583 - Updating settings css * MM-56637 - Updating license modal padding
This commit is contained in:
parent
8395575d11
commit
8151c011d1
@ -12,6 +12,7 @@
|
||||
|
||||
.modal-body {
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 24px !important;
|
||||
}
|
||||
|
||||
.content-body {
|
||||
|
@ -68,7 +68,8 @@
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
min-height: calc(100% - 62px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -187,16 +188,12 @@
|
||||
}
|
||||
|
||||
.settings-table {
|
||||
display: table;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
min-height: 0;
|
||||
flex: 1;
|
||||
margin: 0 auto;
|
||||
table-layout: fixed;
|
||||
|
||||
> div {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.security-links {
|
||||
margin-right: 20px;
|
||||
@ -207,11 +204,14 @@
|
||||
}
|
||||
|
||||
.settings-links {
|
||||
overflow: auto;
|
||||
width: 180px;
|
||||
background: var(--sidebar-bg);
|
||||
}
|
||||
|
||||
.settings-content {
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
padding: 0 20px 30px;
|
||||
|
||||
.modal-header {
|
||||
|
Loading…
Reference in New Issue
Block a user