css removal unused lines

This commit is contained in:
sageTheDM 2024-10-08 17:37:17 +02:00
parent 4b21fe04f3
commit 9c8bc39b9d
17 changed files with 138 additions and 352 deletions

View file

@ -1,4 +1,4 @@
.history-background {
.history-background{
grid-column: 1/2;
grid-row: 1/2;
height: 35dvh;
@ -9,35 +9,29 @@
margin-right: 0;
border-radius: 1em;
}
.history {
.history{
height: 100%;
overflow-y: scroll;
padding-right: 10px;
}
.history ul {
.history ul{
list-style: none;
}
.history ul li {
.history ul li{
padding: 10px 0;
border-bottom: 1px solid var(--text-color);
width: 100%;
}
.history ul li a {
.history ul li a{
display: block;
text-decoration: none;
color: var(--text-color); /* Use variable for link text color */
width: 100%;
padding: 5px;
}
.history ul li a:hover {
.history ul li a:hover{
background-color: var(--input-button-hover-color);
}
.history-models{
position: relative;
height: 86dvh;