mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7681] Bell icon not aligned [ACS-7571] Comments [ACS-7563] Add permission dialog (#9594)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.adf-comment-list {
|
||||
padding-bottom: 0;
|
||||
.adf {
|
||||
&-comment-img-container {
|
||||
width: 40px;
|
||||
@@ -56,7 +57,7 @@
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
padding: 2px 10px;
|
||||
font-size: var(--theme-caption-font-size);
|
||||
font-size: unset;
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
}
|
||||
|
||||
|
@@ -3,11 +3,12 @@
|
||||
{{'COMMENTS.HEADER' | translate: { count: comments?.length } }}
|
||||
</div>
|
||||
<div *ngIf="!readOnly" class="adf-comments-input-container adf-comments-divider">
|
||||
<mat-form-field class="adf-comments-form-field" subscriptSizing="dynamic">
|
||||
<mat-form-field>
|
||||
<mat-label>{{'COMMENTS.ADD' | translate}}</mat-label>
|
||||
<textarea
|
||||
matInput
|
||||
id="comment-input"
|
||||
class="adf-text-text-area"
|
||||
[attr.aria-label]="'COMMENTS.ADD' | translate"
|
||||
[(ngModel)]="message"
|
||||
(keydown.escape)="clearMessage($event)"
|
||||
|
@@ -12,16 +12,12 @@ adf-comments {
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#{$mat-form-field} {
|
||||
padding-bottom: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#{$mat-form-field-infix} {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -39,13 +39,14 @@ $notification-item-height: 72px;
|
||||
}
|
||||
|
||||
&-notification-history-menu_button#{$mat-button} {
|
||||
margin-right: 6px;
|
||||
margin-right: 10px;
|
||||
border-radius: 90%;
|
||||
padding: 0;
|
||||
min-width: 40px;
|
||||
height: 40px;
|
||||
|
||||
.adf-notification-history-menu_button-icon {
|
||||
margin-right: 0;
|
||||
font-size: 24px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
|
Reference in New Issue
Block a user