chore: lint

This commit is contained in:
coderaiser 2024-03-29 10:31:42 +02:00
parent cc134464a4
commit cf9ed97c3e
3 changed files with 20 additions and 18 deletions

View file

@ -172,6 +172,19 @@ a:active {
opacity: 0.7;
}
.name {
float: left;
width: 26%;
}
.name a {
color: var(--link-color);
}
.name a:hover {
cursor: default;
}
.selected-file,
.selected-file .name > a {
color: rgb(254 159 224);
@ -199,19 +212,6 @@ a:active {
text-align: center;
}
.name {
float: left;
width: 26%;
}
.name a {
color: var(--link-color);
}
.name a:hover {
cursor: default;
}
.size {
float: left;
width: 12%;