Skip to content

Commit

Permalink
chore: added more comments in chillax.theme.css for user's ease of un…
Browse files Browse the repository at this point in the history
…derstanding
  • Loading branch information
Inmoresentum committed Sep 7, 2024
1 parent 9a85257 commit 4386c3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chillax.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
--edited-message: " EDITED ✎ ";
--font-name: Poppins;
--font-size: 13px;
--group-chat-font: "Monoton";
--group-chat-font: "Monoton"; /* change this to change the group chat's default font */


/*glow radial status*/ /*must end in px*/
Expand Down Expand Up @@ -109,7 +109,7 @@
--settingsmodalheight: 80vh;

/* avatar only member list */
--memberlist-border-radius: 25px;
--memberlist-border-radius: 25px; /* can be in `px`, `rem`, `em` */

/* placeholder texts/values */
/* input fields */
Expand All @@ -118,6 +118,7 @@
--chillax-input-field-locked: "Life is so much easier when you just take a moment to chill";
/* typing indicator: when a single person is typing */
--chillax-input-typing-indicator-one-person: "is smashing some buttons";
/* typing indicator: when more than one person is typing */
--chillax-input-typing-indicator-many-person: "are smashing some buttons";

/* scroller (by default transparent) */
Expand Down

0 comments on commit 4386c3d

Please sign in to comment.