Skip to content
Snippets Groups Projects

Data explorer

Merged fima requested to merge data-explorer into main
2 files
+ 348
178
Compare changes
  • Side-by-side
  • Inline

Files

+ 18
3
@@ -225,8 +225,6 @@ h2 {
@@ -225,8 +225,6 @@ h2 {
box-shadow: none !important;
box-shadow: none !important;
border-radius: 0.375rem !important;
border-radius: 0.375rem !important;
border: 0px !important;
border: 0px !important;
/* overflow-x: scroll !important;
overflow-y: scroll !important; */
white-space: pre !important;
white-space: pre !important;
}
}
@@ -356,6 +354,8 @@ input[type="range"]::-webkit-slider-thumb {
@@ -356,6 +354,8 @@ input[type="range"]::-webkit-slider-thumb {
text-decoration: none !important;
text-decoration: none !important;
font-size: 16px !important;
font-size: 16px !important;
width: 100% !important;
width: 100% !important;
 
font-weight: normal !important;
 
}
}
.btn-html:hover {
.btn-html:hover {
@@ -551,6 +551,17 @@ div.svelte-1frtwj3 {
@@ -551,6 +551,17 @@ div.svelte-1frtwj3 {
}
}
 
.h-36 {
 
height: 36px !important;
 
 
}
 
 
.w-36 {
 
width: 36px !important;
 
min-width: 36px !important;
 
 
}
 
.h-32 {
.h-32 {
height: 32px !important;
height: 32px !important;
@@ -599,4 +610,8 @@ div.svelte-1frtwj3 {
@@ -599,4 +610,8 @@ div.svelte-1frtwj3 {
.mt-128{
.mt-128{
margin-top: 128px;
margin-top: 128px;
}
}
\ No newline at end of file
 
.hide-overflow{
 
overflow: hidden !important;
 
}
Loading