mirror of
https://github.com/blueprint-community/extension-pteromonaco.git
synced 2026-02-19 03:41:54 +00:00
Compare commits
7 Commits
3-bug-ctrl
...
1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4f66610a4 | ||
|
|
6bc1f8ddb6 | ||
|
|
9c4e19b360 | ||
|
|
00a8d64de0 | ||
|
|
c65ba66980 | ||
| c5cb756811 | |||
| 64faf93a11 |
@@ -364,6 +364,8 @@ const Editor = () => {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
if (action === 'edit') {
|
if (action === 'edit') {
|
||||||
save();
|
save();
|
||||||
|
} else if (action === 'new') {
|
||||||
|
setModalVisible(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
2
conf.yml
2
conf.yml
@@ -2,7 +2,7 @@ info:
|
|||||||
name: "PteroMonaco"
|
name: "PteroMonaco"
|
||||||
identifier: "pteromonaco"
|
identifier: "pteromonaco"
|
||||||
description: "Replaces the regular pterodactyl file editor with Monaco"
|
description: "Replaces the regular pterodactyl file editor with Monaco"
|
||||||
version: "1.1"
|
version: "1.2"
|
||||||
target: "beta-2024-12"
|
target: "beta-2024-12"
|
||||||
author: "Zephrynis"
|
author: "Zephrynis"
|
||||||
icon: "icon.png"
|
icon: "icon.png"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.igexuH, .eDlcZT {
|
.FileEditContainer___StyledDiv3-sc-48rzpu-7, .FileEditContainer___StyledDiv4-sc-48rzpu-8 {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -7,12 +7,12 @@
|
|||||||
min-height: 16rem;
|
min-height: 16rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cDkCmT {
|
.Button__ButtonStyle-sc-1qu1gou-0 {
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
.cDkCmT {
|
.Button__ButtonStyle-sc-1qu1gou-0 {
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user