icon style fix

This commit is contained in:
antelle 2021-06-19 13:03:57 +02:00
parent b15fd7258d
commit da8ba46d21
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,7 @@ export const IconSelect: FunctionComponent<{
return h(IconSelectView, {
icons: IconMap,
customIcons: file.getCustomIcons(),
selectedIcon: icon,
selectedIcon: customIcon ? undefined : icon,
selectedCustomIcon: customIcon,
canDownloadFavicon: !!websiteUrl,
downloadingFavicon: IconSelectState.downloading,

View File

@ -132,10 +132,11 @@
position: relative;
top: 0.1em;
&--image {
width: 12px;
height: 12px;
margin-right: 0.05em;
width: 1.25em;
height: 1.25em;
position: relative;
top: 1px;
top: 2px;
}
&--no-icon:before {
content: $fa-var-folder-open;