mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-25 14:42:44 +01:00
Compare commits
No commits in common. "261be50463940a2f13927b54df802caaaf94ce32" and "039c55eb1e9338879eb6f789ac04f0d56c40b4de" have entirely different histories.
261be50463
...
039c55eb1e
@ -1,4 +1,4 @@
|
|||||||
#app-mount div[class*="app-"] {
|
#app-mount > div[class*="app-"] {
|
||||||
margin-bottom: 48px !important;
|
margin-bottom: 48px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8,7 +8,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 1000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-ctrl button {
|
#dht-ctrl button {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 1000001;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-cfg {
|
#dht-cfg {
|
||||||
@ -20,7 +20,7 @@
|
|||||||
margin-top: -131px;
|
margin-top: -131px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 1000002;
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-cfg-note {
|
#dht-cfg-note {
|
||||||
|
@ -7,6 +7,6 @@ using DHT.Utils;
|
|||||||
|
|
||||||
namespace DHT.Utils {
|
namespace DHT.Utils {
|
||||||
static class Version {
|
static class Version {
|
||||||
public const string Tag = "35.3.0.0";
|
public const string Tag = "35.2.0.0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user