-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTitlebar.theme.css
More file actions
57 lines (49 loc) · 1.15 KB
/
Titlebar.theme.css
File metadata and controls
57 lines (49 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//META{"name":"Titlebar","description":"Display a titlebar on top of the window.","author":"Beard_Design","version":"1.2.0"}*//{}
/*-------------------made by Beard Design-------------------------*/
.titlebar{
background:#212121;
height:35px!important;
}
.popout-bottom[style*="overflow: hidden; visibility: visible;"]{
top:92px!important;
}
.titlebar:after{
content:"Discord";
position:absolute;
top:9px;
left:40px;
font-weight:600;
color:#fff;
opacity:0.6
}
.titlebar:before{
content:url(https://discordapp.com/assets/1c8a54f25d101bdc607cec7228247a9a.svg);
position:absolute;
top:7px;
left:15px;
font-weight:600;
color:#fff;
opacity:0.6;
height:20px;
width:20px
}
.win-buttons button{
height:33px!important;
width:40px!important;
background-size: 23px;
background-repeat:no-repeat;
}
.win-buttons{
height:36px;
right:0px;
}
.win-buttons.win-buttons-notice{
top:0!important
}
.app{
margin-top:35px
}
.separator-win{
display:none
}
/*-------------------made by Beard Design-------------------------*/