svg icons for even more everything

This commit is contained in:
YasinOnm08 2024-10-02 09:37:58 +02:00
parent 70779db5bf
commit 8d5cf620ff
2 changed files with 8 additions and 5 deletions

View file

@ -6,14 +6,14 @@
background-color: var(--output-background-color);
margin: 1em;
margin-bottom: 0;
padding-bottom: 14dvh;
padding-bottom: 15dvh;
display: flex;
flex-direction: column;
justify-content: flex-start;
font-size: 1em;
overflow-y: auto;
width: calc(100% - 2em); /* Corrected calculation for width */
height: 86dvh;
height: 85dvh;
position: relative;
}
@ -22,7 +22,7 @@
flex-direction: column;
padding-left: 10px;
overflow-y: auto;
height: 80vh;
height: 75dvh;
background-color: var(--output-background-color);
border-radius: 10px;
scroll-behavior: smooth;
@ -73,6 +73,7 @@
position: relative;
display: inline-block;
cursor: pointer;
z-index: 999;
}
.tooltip .tooltiptext {