mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +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 */
|
||||
.admiraldus-truncated-table-titles-tooltip
|
||||
{
|
||||
.admiraldus-truncated-table-titles-tooltip {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user