Skip to content

Commit c9f47dd

Browse files
committed
More updates
1 parent ebf1798 commit c9f47dd

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

src/chat/elementjson/chat-styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,3 +1609,7 @@ a {
16091609
margin-bottom: 10px;
16101610
filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
16111611
}
1612+
1613+
.onlineDivButton {
1614+
text-wrap: nowrap;
1615+
}

src/chat/interface/onlineuserdivgenerator/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function generateDiv(
7373
style: {
7474
height: "23px",
7575
},
76-
className: "divButton roundborder",
76+
className: "divButton roundborder onlineDivButton",
7777
title: "Click to block/ban this user.",
7878
children: [
7979
{
@@ -110,7 +110,7 @@ function generateDiv(
110110
style: {
111111
height: "23px",
112112
},
113-
className: "divButton roundborder",
113+
className: "divButton roundborder onlineDivButton",
114114
title: "Click to remove ownership to this user.",
115115
children: [
116116
{
@@ -145,7 +145,7 @@ function generateDiv(
145145
style: {
146146
height: "23px",
147147
},
148-
className: "divButton roundborder",
148+
className: "divButton roundborder onlineDivButton",
149149
title: "Click to add ownership to this user.",
150150
children: [
151151
{

src/chat/interface/owneruserdivgenerator/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function generateDiv(
1212
micEnabled,
1313
isRealOwner,
1414
isAbleToChangeOwnership,
15-
changeOwnershipFunction,
15+
changeOwnershipFunction
1616
) {
1717
var pfp = accountHelper.getProfilePictureURL(username);
1818
if (!username) {
@@ -64,7 +64,7 @@ function generateDiv(
6464
style: {
6565
height: "23px",
6666
},
67-
className: "divButton roundborder",
67+
className: "divButton roundborder onlineDivButton",
6868
title: "Click to remove ownership to this user.",
6969
children: [
7070
{
@@ -99,7 +99,7 @@ function generateDiv(
9999
style: {
100100
height: "23px",
101101
},
102-
className: "divButton roundborder",
102+
className: "divButton roundborder onlineDivButton",
103103
title: "Click to add ownership to this user.",
104104
children: [
105105
{

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761238910894"}
1+
{"timestamp":"1761242373439"}

0 commit comments

Comments
 (0)