ヨシケイの注文画面を横6列にする

横6列にして1週間毎に見えるようにする

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@name           ヨシケイの注文画面を横6列にする
@namespace      com.mikan-megane.yoshikei
@version        1.2.0
@description    横6列にして1週間毎に見えるようにする
@author         mikan-megane
==/UserStyle== */
@-moz-document domain("yoshikei-dvlp.co.jp") {
    .container {
        max-width: calc(1170px *2);
    }
    .site-inner--recipe .main-wrap .menu-lst__item, .site-inner--menu-list .main-wrap .menu-lst__item {
        width: calc(31% / 2);
        margin-right: calc(3.5% / 2.5);
    }
    .site-inner--recipe .main-wrap .menu-lst__item:nth-child(3n), .site-inner--menu-list .main-wrap .menu-lst__item:nth-child(3n) {
        margin-right: calc(3.5% / 2.5);
    }
    .site-inner--recipe .main-wrap .menu-lst__item:nth-child(6n), .site-inner--menu-list .main-wrap .menu-lst__item:nth-child(6n) {
        margin-right: 0;
    }
    .site-inner--recipe .search-area .week-sort, .site-inner--menu-list .search-area .week-sort {
        width: calc(40%/2);
    }
}