-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfriend-activity-grid.theme.css
More file actions
21 lines (19 loc) · 1.02 KB
/
friend-activity-grid.theme.css
File metadata and controls
21 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* @name Friend Activity Grid
* @author fu.san
* @authorId 867995866219286618
* @description A theme for Discord that makes the friend activity grid visible on vertical monitor. Choose between responsive mode (below 1200px) or always-on mode by commenting/uncommenting the imports below
* @source https://github.com/FuSan21/FriendActivityGrid
* @updateUrl https://fusan21.github.io/FriendActivityGrid/friend-activity-grid.theme.css
* @version 1.0.0
*/
/* Keep only one of the following imports at a time */
/* Import responsive styles (grid style shown below 1200px instead discords default behavior of hiding it) */
@import url("https://fusan21.github.io/FriendActivityGrid/dist/responsive.css");
/* Import always-on styles (grid style shown on all width) */
/* @import url("https://fusan21.github.io/FriendActivityGrid/dist/always.css"); */
/* Configuration */
:root {
--friend-activity-card-min-width: 190px; /* Minimum card width (default: 190px) */
--friend-activity-card-max-width: 1fr; /* Maximum card width (default: 1fr) */
}