



.layout-fixed-actions {
    position: fixed;
    top: 50svh;
    right: 0;
    z-index: 1750;
    transform: translateY(-50%);

    .buttons:not(.no-pull) {
        margin-right: -3px;
    }

    .button {
        --border-radius: 9px 0 0 9px !important;
    }

    .button.hover,
    .button:hover,
    .button:focus {
        padding-right: calc(var(--button-padding-x, 16px) * 2) !important;
    }

}


















