mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-25 05:42:45 +01:00
29 lines
415 B
CSS
29 lines
415 B
CSS
#dht-cfg-overlay {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
opacity: 0.5;
|
|
display: block;
|
|
z-index: 1000001;
|
|
}
|
|
|
|
#dht-cfg {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 800px;
|
|
height: 262px;
|
|
margin-left: -400px;
|
|
margin-top: -131px;
|
|
padding: 8px;
|
|
background-color: #fff;
|
|
z-index: 1000002;
|
|
}
|
|
|
|
#dht-cfg-note {
|
|
margin-top: 22px;
|
|
}
|