Skip to content

Commit

Permalink
minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
M0chaCat committed Jan 16, 2025
1 parent 89be4f4 commit fdfef6e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Essentials.nkplugin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Essentials {
},
],
description: "Minor tweaks that make discord better!",
version: "2.5.3",
version: "2.5.4",
patches: [],
preferences: [],
};
Expand Down
7 changes: 4 additions & 3 deletions QuickCSSTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ function QuickCSSTab() {
};

return (
<div className="quickcss-container" style={{ padding: "16px" }}>
<div className="quickcss-container" style={{ padding: "0", margin: "0" }}>
<SectionHeader title="QuickCSS" />

<div className="header-container" style={{ marginBottom: "24px" }}>
<div className="header-container" style={{ marginBottom: "16px" }}>
<div
className="defaultColor_a595eb text-md/normal_dc00ef"
style={{ opacity: 0.8, lineHeight: "1.5" }}
Expand Down Expand Up @@ -158,9 +158,10 @@ function QuickCSSTab() {
backgroundColor: "var(--background-secondary)",
color: "var(--text-normal)",
padding: "16px",
border: "1px solid var(--background-modifier-accent)",
borderRadius: "4px",
fontFamily: "var(--font-code), monospace",
resize: "vertical",
border: "none",
outline: "none",
fontSize: "14px",
lineHeight: "1.5",
Expand Down
2 changes: 1 addition & 1 deletion ThemeImportTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ThemeImportTab() {
};

return (
<div className="theme-import-container" style={{ padding: "16px" }}>
<div className="theme-import-container">
<SectionHeader title="Theme Import" />

<div className="header-container" style={{ marginBottom: "24px" }}>
Expand Down
8 changes: 8 additions & 0 deletions tweaks/oneko.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ module.exports = [
css: `div[id*=oneko] {background-image: url(https://github.com/coolesding/onekocord/blob/main/skins/fox.png?raw=true) !important;}`
}),

createTweak({
id: 'TransOneko',
label: 'Trans Oneko',
description: 'Replaces the Oneko cat with a Trans cat!!',
section: 'oneko',
css: `div[id*=oneko] {background-image: url(https://raw.githubusercontent.com/Lylythii/OnekoStyles/refs/heads/main/pride/trans.png?raw=true) !important;}`
}),

createTweak({
id: 'GhostOneko',
label: 'Ghost Oneko',
Expand Down

0 comments on commit fdfef6e

Please sign in to comment.