mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Increase message list font size on large screen resolution (close #93)
This commit is contained in:
parent
c99349fc03
commit
b1a0ae7847
9 changed files with 30 additions and 15 deletions
|
|
@ -113,8 +113,8 @@ Globals.oHtmlEditorDefaultConfig = {
|
||||||
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
||||||
|
|
||||||
'font_defaultLabel': 'Arial',
|
'font_defaultLabel': 'Arial',
|
||||||
'fontSize_defaultLabel': '12',
|
'fontSize_defaultLabel': '13',
|
||||||
'fontSize_sizes': '10/10px;12/12px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
'fontSize_sizes': '10/10px;12/12px;13/13px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -488,6 +488,15 @@ html.rl-no-preview-pane {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.ssm-state-desktop-large {
|
||||||
|
.messageList .b-content .messageListItem {
|
||||||
|
font-size: 13px;
|
||||||
|
.dateParent {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.draggablePlace {
|
.draggablePlace {
|
||||||
z-index: 10002;
|
z-index: 10002;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
font-family: arial,sans-serif;
|
font-family: arial,sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
.cke_wysiwyg_div {
|
.cke_wysiwyg_div {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
font-family: arial,sans-serif;
|
font-family: arial,sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
blockquote * {
|
blockquote * {
|
||||||
font-family: arial,sans-serif;
|
font-family: arial,sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5694,7 +5694,7 @@ html.no-rgba .modal {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
font-family: arial, sans-serif;
|
font-family: arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
@ -5725,7 +5725,7 @@ html.no-rgba .modal {
|
||||||
.cke_wysiwyg_div {
|
.cke_wysiwyg_div {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
font-family: arial, sans-serif;
|
font-family: arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
@ -5749,7 +5749,7 @@ html.no-rgba .modal {
|
||||||
}
|
}
|
||||||
.cke_wysiwyg_div blockquote * {
|
.cke_wysiwyg_div blockquote * {
|
||||||
font-family: arial, sans-serif;
|
font-family: arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
@ -7007,6 +7007,12 @@ html.rl-no-preview-pane .messageList.message-selected {
|
||||||
.messageList.hideMessageListCheckbox .sidebarParent {
|
.messageList.hideMessageListCheckbox .sidebarParent {
|
||||||
margin-right: 10px !important;
|
margin-right: 10px !important;
|
||||||
}
|
}
|
||||||
|
html.ssm-state-desktop-large .messageList .b-content .messageListItem {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
html.ssm-state-desktop-large .messageList .b-content .messageListItem .dateParent {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
.draggablePlace {
|
.draggablePlace {
|
||||||
z-index: 10002;
|
z-index: 10002;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
||||||
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -191,8 +191,8 @@ Globals.oHtmlEditorDefaultConfig = {
|
||||||
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
||||||
|
|
||||||
'font_defaultLabel': 'Arial',
|
'font_defaultLabel': 'Arial',
|
||||||
'fontSize_defaultLabel': '12',
|
'fontSize_defaultLabel': '13',
|
||||||
'fontSize_sizes': '10/10px;12/12px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
'fontSize_sizes': '10/10px;12/12px;13/13px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -191,8 +191,8 @@ Globals.oHtmlEditorDefaultConfig = {
|
||||||
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
'shiftEnterMode': window.CKEDITOR.ENTER_BR,
|
||||||
|
|
||||||
'font_defaultLabel': 'Arial',
|
'font_defaultLabel': 'Arial',
|
||||||
'fontSize_defaultLabel': '12',
|
'fontSize_defaultLabel': '13',
|
||||||
'fontSize_sizes': '10/10px;12/12px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
'fontSize_sizes': '10/10px;12/12px;13/13px;14/14px;16/16px;18/18px;20/20px;24/24px;28/28px;36/36px;48/48px'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue