fixing maxmin on lp export

This commit is contained in:
SinusFox
2024-10-11 12:20:01 +02:00
parent f9a71d5042
commit 62c3f7c55c
3 changed files with 52 additions and 29 deletions
+10
View File
@@ -172,3 +172,13 @@ body {
.dropdown-custom:hover {
background-color: #444;
}
.dropdown-custom-maxmin {
width: 150px;
background-color: black;
color: white;
border: none;
padding: 10px;
font-size: 16px;
cursor: pointer;
}