提交 88197547 编写于 作者: M Miguel Solorio

Update spacing

上级 493faf71
......@@ -27,7 +27,7 @@
min-width: 500px;
max-width: 90%;
min-height: 75px;
padding: 10px 16px 16px;
padding: 10px;
}
/** Dialog: Title Actions Row */
......@@ -60,15 +60,16 @@
display: flex;
flex-grow: 1;
align-items: center;
padding: 0 10px;
}
.monaco-workbench .dialog-box .dialog-message-row .dialog-icon {
flex: 0 0 32px;
height: 32px;
flex: 0 0 48px;
height: 48px;
align-self: baseline;
background-position: center;
background-repeat: no-repeat;
background-size: 32px;
background-size: 48px;
}
.vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending {
......@@ -120,7 +121,7 @@
flex-direction: column;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 16px;
padding-left: 24px;
user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
......@@ -135,7 +136,6 @@
flex: 1; /* let the message always grow */
white-space: normal;
word-wrap: break-word; /* never overflow long words, but break to next line */
padding-top: 6px;
}
/** Dialog: Details */
......@@ -175,7 +175,7 @@
.monaco-workbench .dialog-box > .dialog-buttons-row {
display: flex;
white-space: nowrap;
padding-top: 20px;
padding: 20px 10px 10px;
}
/** Dialog: Buttons */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册