コドモン保護者アプリ(Web版)
https://parents.codmon.com/
以下を調整しています。
- コンテンツの固定幅をブラウザ幅に合わせる
- アルバム詳細の写真のサムネイルを大きく表示
- 写真詳細の写真を大きく表示
- 写真詳細の写真のウォーターマークを削除
Authorkawamurayuto
LicenseNo License
Categorycodmon
Created
Updated
Size1.2 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
コドモン保護者アプリ(Web版)
https://parents.codmon.com/
以下を調整しています。
このスタイルの制作者とコドモンの運営会社(株式会社コドモン)は一切関係ありません。本件について関する問い合わせは運営会社ではなく、制作者へお願いします。
/* ==UserStyle==
@name コドモン保護者アプリ(Web版)のPC表示最適化
@namespace github.com/openstyles/stylus
@version 1.0.1
@author kawamurayuto
==/UserStyle== */
@-moz-document domain("parents.codmon.com") {
/* ページ幅 */
ons-page {
max-width: none !important;
}
/* アルバム詳細の写真の大きさ */
.photoAlbum .list .tile {
max-height: none;
}
/* 一括選択ボタン枠の幅調整 */
.album__buttonArea {
max-width: none;
}
/* アルバムの写真件数表示の幅調整 */
.albumGrid__ul li:last-child::before {
max-width: none;
}
/* 写真詳細の表示枠 */
.albumDetail__carousel--horizontally {
max-width: none;
}
/* 写真詳細の写真の大きさ */
.albumDetail__carousel__img--horizontally img {
max-width: none;
}
/* 写真詳細のウォーターマーク削除*/
.photo__copyRightWatermark {
display: none;
}
/* お気に入りの写真の大きさ */
#shop_page .list .tile {
max-height: none;
}
}