Skip to content

Google Drive's "New" button is too wide vertically by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorydrive.google.com

Created

Updated

Size651 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

EN: Reduce the height of the "New" button that is too wide vertically in Google Drive.
JA: Google ドライブで縦に広すぎる「新規」ボタンの高さを下げます。

Notes

JA NAME: Google ドライブの「新規」ボタンが縦に広すぎる

Source code

/* ==UserStyle==
@name           drive.google.com - 2024年1月
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Distribution name: Google Drive's "New" button is too wide vertically / Google ドライブの「新規」ボタンが縦に広すぎる Description: Reduce the height of the "New" button that is too wide vertically in Google Drive. / Google ドライブで縦に広すぎる「新規」ボタンの高さを下げます。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("drive.google.com") {
    button[guidedhelpid="new_menu_button"] {
        height: 40px;
    }
}

Reviews

No reviews yet.