This commit is contained in:
João Moreno 2021-04-09 16:49:12 +02:00
parent 957d8d2e74
commit 84043ab3b8
No known key found for this signature in database
GPG key ID: 896B853774D1A575
2 changed files with 12 additions and 11 deletions

View file

@ -3,15 +3,12 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-toolbar-container .action-label,
.monaco-workbench > .notifications-center > .notifications-center-header > .notifications-center-header-toolbar .action-label {
display: flex;
align-items: center;
width: 16px;
height: 22px;
.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-toolbar-container .action-item,
.monaco-workbench > .notifications-center > .notifications-center-header > .notifications-center-header-toolbar .action-item {
margin-right: 4px;
margin-left: 4px;
color: inherit;
background-position: center;
background-repeat: no-repeat;
}
.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-toolbar-container .action-item:first-child,
.monaco-workbench > .notifications-center > .notifications-center-header > .notifications-center-header-toolbar .action-item:first-child {
margin-left: 4px;
}

View file

@ -37,4 +37,8 @@
.monaco-workbench > .notifications-center > .notifications-center-header > .notifications-center-header-toolbar {
flex: 1;
}
}
.monaco-workbench > .notifications-center > .notifications-center-header > .notifications-center-header-toolbar .actions-container {
justify-content: flex-end;
}