From 927ba696951d0be6f4e0e2f14a7add886eb886a0 Mon Sep 17 00:00:00 2001 From: Emir <31805948+admiraldus@users.noreply.github.com> Date: Sun, 6 Dec 2020 14:43:33 +0300 Subject: [PATCH] remove tag, change avatar source, make curly braces consistent (#327) --- mods/admiraldus-truncated-table-titles/app.css | 3 +-- mods/admiraldus-truncated-table-titles/mod.js | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mods/admiraldus-truncated-table-titles/app.css b/mods/admiraldus-truncated-table-titles/app.css index e03ef40..1ae02dc 100644 --- a/mods/admiraldus-truncated-table-titles/app.css +++ b/mods/admiraldus-truncated-table-titles/app.css @@ -5,8 +5,7 @@ */ /* target tooltip */ -.admiraldus-truncated-table-titles-tooltip -{ +.admiraldus-truncated-table-titles-tooltip { position: fixed; } diff --git a/mods/admiraldus-truncated-table-titles/mod.js b/mods/admiraldus-truncated-table-titles/mod.js index 9c71ff0..cd0d568 100644 --- a/mods/admiraldus-truncated-table-titles/mod.js +++ b/mods/admiraldus-truncated-table-titles/mod.js @@ -12,13 +12,13 @@ const FS = require('fs-extra'); module.exports = { id: '1794c0bd-7b96-46ad-aa0b-fc4bd76fc7fb', name: 'truncated table titles', - tags: ['extension', 'admiraldus'], + tags: ['extension'], desc: 'see the full text of the truncated table titles on hover over.', version: '0.1.0', author: { name: 'admiraldus', link: 'https://github.com/admiraldus', - avatar: 'enhancement://admiraldus-cosmos/img/avatar.jpg', + avatar: 'https://raw.githubusercontent.com/admiraldus/admiraldus/main/module.gif', }, hacks: { 'renderer/preload.js'(store, __exports) {