mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 21:29:01 +00:00
remove tag, change avatar source, make curly braces consistent (#327)
This commit is contained in:
parent
ca605ec049
commit
927ba69695
@ -5,8 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* target tooltip */
|
/* target tooltip */
|
||||||
.admiraldus-truncated-table-titles-tooltip
|
.admiraldus-truncated-table-titles-tooltip {
|
||||||
{
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user