Skip to content

Commit 656bf3d

Browse files
committed
- fixed small visual bugs
1 parent bf70044 commit 656bf3d

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

Spixi/Resources/Raw/html/css/spixiui-dark.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,19 +2108,20 @@ img.emoji {
21082108
background: transparent;
21092109
}
21102110

2111-
.spixi-bubble{
2111+
.spixi-bubble {
21122112
font-size: 10pt;
2113-
position:relative;
2114-
background:var(--colors-surface-02);
2115-
border-radius:16px;
2113+
position: relative;
2114+
background: var(--colors-surface-02);
2115+
border-radius: 16px;
21162116
color: var(--colors-text-01);
21172117
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.20);
21182118
margin-left: 56px;
2119+
margin-right: 12px;
21192120
margin-bottom: 12px;
21202121
min-width: 80px;
21212122
word-wrap: break-word;
21222123
word-break: break-word;
2123-
display: inline-block;
2124+
display: inline-block;
21242125
}
21252126

21262127
.spixi-bubble > div
@@ -2880,8 +2881,7 @@ img.emoji {
28802881

28812882
.chat-context-menu {
28822883
position: fixed;
2883-
background: var(--colors-surface-02);
2884-
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
2884+
background: var(--colors-surface-03);
28852885
border-radius: 12px;
28862886
z-index: 10000;
28872887
overflow: auto;

Spixi/Resources/Raw/html/css/spixiui-light.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,21 +2090,17 @@ img.emoji {
20902090
background: transparent;
20912091
}
20922092

2093-
.spixi-bubble
2094-
{
2093+
.spixi-bubble {
20952094
font-size: 10pt;
2096-
position:relative;
2097-
background:var(--colors-surface-01);
2098-
border-radius:16px;
2095+
position: relative;
2096+
background: var(--colors-surface-01);
2097+
border-radius: 16px;
20992098
color: var(--colors-text-01);
21002099
box-shadow: 0px 1px 1px rgba(0, 50, 50, 0.20);
21012100
margin-left: 56px;
2101+
margin-right: 12px;
21022102
margin-bottom: 12px;
21032103
min-width: 80px;
2104-
2105-
// animation-name: chat_animation;
2106-
// animation-duration: 0.3s;
2107-
21082104
word-wrap: break-word;
21092105
word-break: break-word;
21102106
display: inline-block;

Spixi/Resources/Raw/html/js/chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ function displayContextMenu(e)
12551255
{
12561256
contextMenuEl.style.top = "auto";
12571257
contextMenuEl.style.bottom = "0px";
1258-
contextMenuEl.style.maxHeight = "300px";
1258+
contextMenuEl.style.maxHeight = "350px";
12591259
}
12601260

12611261
var menuWidth = contextMenuEl.offsetWidth;

0 commit comments

Comments
 (0)