-
Notifications
You must be signed in to change notification settings - Fork 0
/
disc-web-warning.css
23 lines (23 loc) · 1.22 KB
/
disc-web-warning.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* modified from https://github.com/Snippets-For-Discord/theme-warnings/blob/main/notification-style/light-mode/notification-style.css */
.platform-web body:not([data-current-user-id]) #app-mount::after {
content: 'You are using the web version of Discord this tends to break things with this theme. If possible use BetterDiscord or a client mod with BetterDiscord installed';
background: var(--background-tertiary); /* Container Background */
position: fixed;
z-index: 5;
right: 0;
bottom: 0;
display: flex;
align-items: center;
max-width: 225px;
line-height: normal;
padding: 15px 0 15px 60px;
margin-right: 10px;
margin-bottom: 10px;
border-left: 2px solid #540488;
border-radius: 2px;
color: rgba(255, 255, 255, .65); /* Text Color */
background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);
background-repeat: no-repeat;
background-size: 35px;
background-position: 10px center;
}