about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/resize.scss
blob: 9e5c47eff8565353af269d7592b2eecb317341db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.drawer{
    padding-top: 10px;
    padding-bottom: 0;
    flex: 0 1 300px;
    max-width: 300px !important;
    min-width: 300px !important;
}
.column {
    min-width: 300px !important;
    max-width: 480px !important;
    flex: 2 1 auto !important;
    filter: initial;
}
.column:last-child {
    flex: 1 2 auto !important;
}
.columns-area {
    display: flex;
    flex-direction: row;
}
.compose-form .compose-form__modifiers .compose-form__upload,
.composer--upload_form--item {
    flex: 1 0 100%;
}