Skip to content

ufret landscape display by yoigara

Details

Authoryoigara

LicenseNo License

Categoryuserstyles

Created

Updated

Size565 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Optimize code display when opened in landscape mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ufret landscape display 
@version      20220320.13.58
@namespace    userstyles.world/user/yoigara
@description  Optimize code display when opened in landscape mode.
@author       yoigara
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.ufret.jp/song.php?data=") {
#my-chord-data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 98vh;
    padding: 2rem;
}

#my-chord-data > * {
    max-width: 28rem;
    border-left: 0.2rem solid #d7d7d7;
    padding-left: 0.5rem;
}
}

Reviews

No reviews yet.