embed-files: add folder icons

This commit is contained in:
Omar Rizwan 2021-07-02 15:04:13 -07:00
parent 08d2b5d1d4
commit e076193982

View file

@ -33,6 +33,10 @@ if (chrome.extension.getBackgroundPage) {
font: 12px system-ui, -apple-system;
background-color: white;
}
.--tabfs-file-container .--tabfs-file::before {
content: '📁'; display: block; font-size: 48px;
}
</style>
<div class="--tabfs-file-container">