메신저 최소 사이즈 고정 및 로그인페이지 레이아웃 수정.

This commit is contained in:
leejinho 2019-12-20 10:15:48 +09:00
parent 26a9cd019a
commit f1b42392e4
3 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@ export class AppWindow {
// tslint:disable-next-line: variable-name
private _rendererReadyTime: number | null = null;
private minWidth = 960;
private minHeight = 660;
private minWidth = 1160;
private minHeight = 800;
public constructor(private appIconPath: string) {
const savedWindowState = windowStateKeeper({

View File

@ -276,7 +276,7 @@ $ease-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: 100;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
@media all and (max-width: 1400px) {
.slider {
&_content {
transform: translateY(-50%);

View File

@ -9,7 +9,7 @@
text-align: center;
background-color: rgba(255, 255, 255, 1);
border-radius: 0px;
@media all and (min-width: 768px) and (max-width: 1400px) {
@media all and (max-height: 900px), (max-width: 1400px) {
width: 420px;
min-width: 420px;
}
@ -24,7 +24,7 @@
display: inline-flex;
background-size: 100% auto;
flex: 1 1 auto;
@media all and (min-width: 768px) and (max-width: 1400px) {
@media all and (max-height: 900px), (max-width: 1400px) {
width: 140px;
min-width: 140px;
margin: 10px 0 10px 0;