메신저 최소 사이즈 고정 및 로그인페이지 레이아웃 수정.
This commit is contained in:
parent
26a9cd019a
commit
f1b42392e4
|
@ -23,8 +23,8 @@ export class AppWindow {
|
||||||
// tslint:disable-next-line: variable-name
|
// tslint:disable-next-line: variable-name
|
||||||
private _rendererReadyTime: number | null = null;
|
private _rendererReadyTime: number | null = null;
|
||||||
|
|
||||||
private minWidth = 960;
|
private minWidth = 1160;
|
||||||
private minHeight = 660;
|
private minHeight = 800;
|
||||||
|
|
||||||
public constructor(private appIconPath: string) {
|
public constructor(private appIconPath: string) {
|
||||||
const savedWindowState = windowStateKeeper({
|
const savedWindowState = windowStateKeeper({
|
||||||
|
|
|
@ -276,7 +276,7 @@ $ease-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 768px) and (max-width: 1400px) {
|
@media all and (max-width: 1400px) {
|
||||||
.slider {
|
.slider {
|
||||||
&_content {
|
&_content {
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@media all and (min-width: 768px) and (max-width: 1400px) {
|
@media all and (max-height: 900px), (max-width: 1400px) {
|
||||||
width: 420px;
|
width: 420px;
|
||||||
min-width: 420px;
|
min-width: 420px;
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
flex: 1 1 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;
|
width: 140px;
|
||||||
min-width: 140px;
|
min-width: 140px;
|
||||||
margin: 10px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user