提交 c411180c 编写于 作者: B Benjamin Pasero

notifications - more ux tweaks

上级 e0fc9164
......@@ -10,8 +10,7 @@
right: 8px;
bottom: 32px; /* above status bar */
display: none;
background: #1E1E1E; /* TODO@notification make themable */
border: 3px solid #323232;
background: #323232; /* TODO@notification make themable */
overflow: hidden;
}
......@@ -32,7 +31,7 @@
padding: 10px 5px;
height: 100%;
box-sizing: border-box;
border-bottom: 1px solid #323232;
border-bottom: 1px solid #1E1E1E;
}
/** Notification: Main Row */
......
......@@ -28,7 +28,7 @@ import { CloseNotificationAction, ExpandNotificationAction, CollapseNotification
export class NotificationsListDelegate implements IDelegate<INotificationViewItem> {
private static readonly ROW_HEIGHT = 48;
private static readonly ROW_HEIGHT = 42;
private static readonly LINE_HEIGHT = 22;
private offsetHelper: HTMLElement;
......
......@@ -130,7 +130,7 @@ export interface INotificationViewItem {
export class NotificationViewItem implements INotificationViewItem {
private static MAX_MESSAGE_LENGTH = 500;
private static MAX_MESSAGE_LENGTH = 1000;
private _expanded: boolean;
private toDispose: IDisposable[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册