Reduce the breakpoint width for single column mode. closes #1688
This commit is contained in:
@@ -60,7 +60,7 @@ export const CHAT_KEY_MODIFIERS = ['Control', 'Shift', 'Meta', 'Alt'];
|
|||||||
export const MESSAGE_JUMPTOBOTTOM_BUFFER = 500;
|
export const MESSAGE_JUMPTOBOTTOM_BUFFER = 500;
|
||||||
|
|
||||||
// app styling
|
// app styling
|
||||||
export const WIDTH_SINGLE_COL = 730;
|
export const WIDTH_SINGLE_COL = 780;
|
||||||
export const HEIGHT_SHORT_WIDE = 500;
|
export const HEIGHT_SHORT_WIDE = 500;
|
||||||
export const ORIENTATION_PORTRAIT = 'portrait';
|
export const ORIENTATION_PORTRAIT = 'portrait';
|
||||||
export const ORIENTATION_LANDSCAPE = 'landscape';
|
export const ORIENTATION_LANDSCAPE = 'landscape';
|
||||||
|
|||||||
@@ -354,12 +354,13 @@ header {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
|
min-width: 500px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 700px) {
|
||||||
.modal__container {
|
.modal__container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user