Skip to content

Commit 8d85a15

Browse files
committed
More edits to cheese command
1 parent c4e50c7 commit 8d85a15

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

src/chat/interface/commands/index.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,20 @@ com.cheeseStorm = function () {
630630
{
631631
element: "img",
632632
src: "images/commands/cheese.png",
633+
eventListeners: [
634+
{
635+
event: "select",
636+
func: () => false,
637+
},
638+
{
639+
event: "dragstart",
640+
func: () => false,
641+
},
642+
{
643+
event: "dragend",
644+
func: () => false,
645+
},
646+
],
633647
style: {
634648
height: "64px",
635649
transform: `rotate(${Math.random() * 45 * 2 - 45}deg)`,
@@ -687,7 +701,7 @@ com.cheeseStorm = function () {
687701
fontSize: "20px",
688702
fontWeight: "bold",
689703
},
690-
textContent: "+1 Cheese",
704+
textContent: "+1 CHEESE",
691705
},
692706
]);
693707
cheeseDiv.animate(

src/chat/interface/notifications/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ class RealTimeNotifications {
171171
return {
172172
element: "div",
173173
className: "menuBarItem",
174+
style: {
175+
padding: "0px 0px",
176+
},
174177
children: [
175178
{
176179
element: "img",

wpstatic/version.json

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

0 commit comments

Comments
 (0)