diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 53 |
1 files changed, 27 insertions, 26 deletions
@@ -226,32 +226,33 @@ Used in guild settings popup: Used in profile popup: -| Selector | Description | -|------------------------------|---------------------------------------------------------| -| `.mutual-friend-item` | Applied to every item in the mutual friends list | -| `.mutual-friend-item-name` | Name in mutual friend item | -| `.mutual-friend-item-avatar` | Avatar in mutual friend item | -| `.mutual-guild-item` | Applied to every item in the mutual guilds list | -| `.mutual-guild-item-name` | Name in mutual guild item | -| `.mutual-guild-item-icon` | Icon in mutual guild item | -| `.mutual-guild-item-nick` | User nickname in mutual guild item | -| `.profile-connection` | Applied to every item in the user connections list | -| `.profile-connection-label` | Label in profile connection item | -| `.profile-connection-check` | Checkmark in verified profile connection items | -| `.profile-connections` | Container for profile connections | -| `.profile-notes` | Container for notes in profile window | -| `.profile-notes-label` | Label that says "NOTE" | -| `.profile-notes-text` | Actual note text | -| `.profile-info-pane` | Applied to container for info section of profile popup | -| `.profile-info-created` | Label for creation date of profile | -| `.user-profile-window` | | -| `.profile-main-container` | Inner container for profile | -| `.profile-avatar` | | -| `.profile-username` | | -| `.profile-switcher` | Buttons used to switch viewed section of profile | -| `.profile-stack` | Container for profile info that can be switched between | -| `.profile-badges` | Container for badges | -| `.profile-badge` | | +| Selector | Description | +|--------------------------------|------------------------------------------------------------| +| `.mutual-friend-item` | Applied to every item in the mutual friends list | +| `.mutual-friend-item-name` | Name in mutual friend item | +| `.mutual-friend-item-avatar` | Avatar in mutual friend item | +| `.mutual-guild-item` | Applied to every item in the mutual guilds list | +| `.mutual-guild-item-name` | Name in mutual guild item | +| `.mutual-guild-item-icon` | Icon in mutual guild item | +| `.mutual-guild-item-nick` | User nickname in mutual guild item | +| `.profile-connection` | Applied to every item in the user connections list | +| `.profile-connection-label` | Label in profile connection item | +| `.profile-connection-check` | Checkmark in verified profile connection items | +| `.profile-connections` | Container for profile connections | +| `.profile-notes` | Container for notes in profile window | +| `.profile-notes-label` | Label that says "NOTE" | +| `.profile-notes-text` | Actual note text | +| `.profile-info-pane` | Applied to container for info section of profile popup | +| `.profile-info-created` | Label for creation date of profile | +| `.user-profile-window` | | +| `.profile-main-container` | Inner container for profile | +| `.profile-avatar` | | +| `.profile-username` | User's display name (username for backwards compatibility) | +| `.profile-username-nondisplay` | User's actual username | +| `.profile-switcher` | Buttons used to switch viewed section of profile | +| `.profile-stack` | Container for profile info that can be switched between | +| `.profile-badges` | Container for badges | +| `.profile-badge` | | ### Settings |