대화방 -다른이름으로 저장 짤림 수정
This commit is contained in:
parent
f68c96a390
commit
b684566469
|
@ -17,7 +17,7 @@
|
||||||
></ucap-account-change-password>
|
></ucap-account-change-password>
|
||||||
</div>
|
</div>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions class="button-farm flex-row">
|
<mat-card-actions class="button-frame flex-row">
|
||||||
<button
|
<button
|
||||||
mat-stroked-button
|
mat-stroked-button
|
||||||
(click)="onClickChoice(false)"
|
(click)="onClickChoice(false)"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
::ng-deep .setting-frame {
|
.setting-frame {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-farm {
|
.button-frame {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -165,20 +165,28 @@ $tablet-s-width: 768px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
::ng-deep .bubble-main {
|
|
||||||
word-wrap: break-word;
|
::ng-deep .bubble {
|
||||||
white-space: pre-wrap;
|
.bubble-main {
|
||||||
word-break: break-word;
|
word-wrap: break-word;
|
||||||
a {
|
white-space: pre-wrap;
|
||||||
color: #0367a6;
|
word-break: break-word;
|
||||||
text-decoration: underline;
|
a {
|
||||||
|
color: #0367a6;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn-box {
|
||||||
|
min-width: 300px;
|
||||||
|
@media screen and (max-width: #{$tablet-s-width}) {
|
||||||
|
min-width: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .view-previous {
|
::ng-deep .view-previous {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
//background-color: rgba(0, 0, 0, 0.4);
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
::ng-deep .attach-file {
|
.attach-file {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user