번역 1차 마무리

This commit is contained in:
khk 2020-01-10 12:10:07 +09:00
parent a80341d2ea
commit ccd5c7ec61
4 changed files with 25 additions and 16 deletions

View File

@ -59,7 +59,7 @@
</mat-form-field>
<button
class="send-message-button bg-primary-darkest"
class="send-message-button bg-accent-darkest"
mat-icon-button
type="submit"
aria-label="Send message"

View File

@ -26,7 +26,9 @@
}
}
textarea[name='message'] {
min-height: 30px;
min-height: 2em;
line-height: 1.2em;
font-size: 0.9em;
}
.mat-form-field-underline {
background-color: none;

View File

@ -17,13 +17,23 @@
(click)="onClickSendTranslationMessage(translationPreviewInfo)"
>
<!--{{ 'chat.send' | translate }}-->
<svg _ngcontent-smu-c52="" fill="none" height="20" stroke="currentColor" stroke-linecap="butt" stroke-linejoin="round"
stroke-width="2" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg">
<svg
_ngcontent-smu-c52=""
fill="none"
height="20"
stroke="currentColor"
stroke-linecap="butt"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="20"
xmlns="http://www.w3.org/2000/svg"
>
<path _ngcontent-smu-c52="" d="M12 19V6M5 12l7-7 7 7"></path>
</svg>
</button>
<button
class="btn-close-translatebox bg-accent-dark"
class="btn-close-translatebox bg-accent-color"
aria-label="Close"
(click)="onClickTranslationCancel()"
>

View File

@ -10,29 +10,26 @@
font-size: 1.1em;
.translate-text {
margin: 10px 10px 10px 30px;
margin: 14px 20px 14px 30px;
max-height: 100px;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
overflow-y: auto;
display: flex;
flex: 1 1 auto;
}
.btn-translation-send {
/* min-width: 80px;
background-color: rgb(255, 255, 255,0.1);
border-radius: 0;
border: none;*/
background-color: #ffffff;
color: #333333;
border-radius: 0;
align-self: center;
stroke: #ffffff;
width: 40px;
height: 40px;
min-width: 40px;
border: 2px solid #ffffff;
border-radius: 50%;
margin-right: 20px;
padding: 0;
min-width: 40px;
align-self: center;
line-height: 1;
}
.btn-close-translatebox {
height: 100%;