#pf2e-dailies-customs-menu { aside.sidebar { nav { padding-top: 0.5em; } .buttons { button { width: 100%; } } } form { height: 100%; flex: 1; display: flex; flex-direction: column; gap: 1em; .readonly { border-radius: 4px; a { text-decoration: underline; font-weight: bold; } } .buttons { display: flex; padding-inline: 2em; gap: 2em; button { flex: 1; } } } }