Skip to content

COMMERCE ROBO 一覧画面のレイアウトを最適化 by imbs

Details

Authorimbs

LicenseNo License

Categorycrobo.jp

Created

Updated

Size501 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

COMMERCE ROBOの一覧画面において、商品画像の表示をオフにし、テーブルの列幅を自動調整します。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         COMMERCE ROBO 一覧画面のレイアウトを調整
@version      20231231.17.19
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://app.crobo.jp/arrival/index/"), url-prefix("https://app.crobo.jp/product/index/"), url-prefix("https://app.crobo.jp/stock/index/"), url-prefix("https://app.crobo.jp/stock_history/index/") {
.table {
    table-layout: auto !important;
}
th {
    width: auto !important;
}
td div {
    display: none;
}
}

Reviews

No reviews yet.