Skip to content

Commit 3b33cc0

Browse files
committed
big-screen pop-up style tweak
1 parent b275765 commit 3b33cc0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

www/css/sepiaFW-style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ body.limit-size {
335335
display: flex;
336336
flex-direction: column;
337337
}
338+
.big-screen .sepiaFW-input-popup {
339+
width: 640px;
340+
max-width: 86%;
341+
}
338342
.sepiaFW-input-popup .warn-text {
339343
color: #f00;
340344
}
@@ -772,6 +776,12 @@ html.dark-skin #sepiaFW-login-help-btn {
772776
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button span {
773777
padding: 4px;
774778
}
779+
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button .mv-button-label {
780+
padding: 4px 8px;
781+
max-width: 100%;
782+
overflow: hidden;
783+
font-size: 14px;
784+
}
775785
#sepiaFW-main-window .chat-buttons-area button.chat-button-url {
776786
}
777787
#sepiaFW-main-window .chat-buttons-area button.chat-button-cmd {

0 commit comments

Comments
 (0)