mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-22 05:42:46 +01:00
33 lines
517 B
CSS
33 lines
517 B
CSS
#app-mount {
|
|
height: calc(100% - 48px) !important;
|
|
}
|
|
|
|
#dht-ctrl {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 48px;
|
|
background-color: #fff;
|
|
z-index: 1000000;
|
|
}
|
|
|
|
#dht-ctrl button {
|
|
height: 32px;
|
|
margin: 8px 0 8px 8px;
|
|
font-size: 16px;
|
|
padding: 0 12px;
|
|
background-color: #7289da;
|
|
color: #fff;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
#dht-ctrl button:disabled {
|
|
background-color: #7a7a7a;
|
|
cursor: default;
|
|
}
|
|
|
|
#dht-ctrl p {
|
|
display: inline-block;
|
|
margin: 14px 12px;
|
|
}
|