Add chartdiv to darkstyle

This commit is contained in:
Alexandre
2024-06-19 09:16:39 +02:00
committed by GitHub
parent b779e9f1ef
commit 530d4566b3
+13
View File
@@ -137,6 +137,19 @@ button:hover {
font-size: x-large;
}
.chartdiv {
position: fixed;
top: 0%;
left: 50%;
width: calc(40% - 2px);
height: calc(25% - 2px);
background-color: #2b2b2b;
z-index: 9999;
overflow: auto;
border-radius: 5px;
box-shadow: 0 4px 8px #f5f5f5;
}
.logo img {
position: absolute;
top: 0;