Skip to content

Commit

Permalink
Merge branch 'Max-Herbold/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious committed Apr 6, 2024
2 parents 1c1d2fc + c35017e commit 242d6e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/plugins/allCallTimers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

Adds a timer to each user in a guild voice call.

<img height="500rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/b11a5845-1bf1-42fe-8d83-65b51c50b60c"> <img height="500rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/28c28fa3-1a26-4563-8dbf-6d283d3f7630">
Original author: [AllCallTimersDiscordPlugin](https://github.com/Max-Herbold/AllCallTimersDiscordPlugin)

<img width="323rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/6aa736b2-da92-4e21-982c-b1b77d8dff49">
<img width="300rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/a864518a-8bc6-4e6e-87c6-7e05c3aa16e6">
<br/>
<img height="346rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/b30b7703-b8d3-4703-b70b-e6a711eb08a4">
<img width="424rem" alt="image" src="https://github.com/Max-Herbold/Vencord/assets/49804267/299916e0-a05d-4b9a-b4ed-901bd39ab728">
<br/>

Potential improvements:

Expand Down
2 changes: 2 additions & 0 deletions src/plugins/allCallTimers/timerText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

export function TimerText({ text, className }: Readonly<{ text: string; className: string; }>) {
return <div className={`timeCounter ${className}`} style={{
// this margin value doesn't change the default size of the user container
marginTop: -6,
fontWeight: "bold",
fontFamily: "monospace",
// good size that doesn't touch username
fontSize: 11,
position: "relative",
}}>{text}</div>;
Expand Down

0 comments on commit 242d6e0

Please sign in to comment.