don't show file extension in target items

This commit is contained in:
MrOtherGuy
2020-06-05 12:48:42 +03:00
parent 9acc299333
commit fc5ef0f89a
3 changed files with 10 additions and 4 deletions

View File

@@ -28,8 +28,9 @@ pre:empty{ display: none }
max-width: 50ch;
cursor: pointer
}
.target > a::after{ content: ""; width: 1ch; background-image: url("ext.svg") }
.target:hover{ background-color: rgb(80,80,90) }
#targets{ display: flex; flex-wrap: wrap }
#targets{ display: grid; grid-template-columns: 1fr 1fr 1fr }
pre{
white-space: pre-wrap;