remove tag, change avatar source, make curly braces consistent (#327)

This commit is contained in:
Emir 2020-12-06 14:43:33 +03:00 committed by GitHub
parent ca605ec049
commit 927ba69695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -5,8 +5,7 @@
*/ */
/* target tooltip */ /* target tooltip */
.admiraldus-truncated-table-titles-tooltip .admiraldus-truncated-table-titles-tooltip {
{
position: fixed; position: fixed;
} }

View File

@ -12,13 +12,13 @@ const FS = require('fs-extra');
module.exports = { module.exports = {
id: '1794c0bd-7b96-46ad-aa0b-fc4bd76fc7fb', id: '1794c0bd-7b96-46ad-aa0b-fc4bd76fc7fb',
name: 'truncated table titles', name: 'truncated table titles',
tags: ['extension', 'admiraldus'], tags: ['extension'],
desc: 'see the full text of the truncated table titles on hover over.', desc: 'see the full text of the truncated table titles on hover over.',
version: '0.1.0', version: '0.1.0',
author: { author: {
name: 'admiraldus', name: 'admiraldus',
link: 'https://github.com/admiraldus', link: 'https://github.com/admiraldus',
avatar: 'enhancement://admiraldus-cosmos/img/avatar.jpg', avatar: 'https://raw.githubusercontent.com/admiraldus/admiraldus/main/module.gif',
}, },
hacks: { hacks: {
'renderer/preload.js'(store, __exports) { 'renderer/preload.js'(store, __exports) {