Figma scroll fix

https://forum.figma.com/t/horizontal-scroll-on-the-layers-panel/643/47

目前為 2022-10-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Figma scroll fix
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  https://forum.figma.com/t/horizontal-scroll-on-the-layers-panel/643/47
// @author       aolko
// @match        http*://www.figma.com/file/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=figma.com
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';

    GM_addStyle(`
    [class*="object_row--indent--"] {
        margin: 0 !important;
        width: 8px;
    }
    `);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址