don't show file extension in target items
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user