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) {