/*
Theme Name: Tracer Child
Theme URI: 
Author: Davide Marini
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: tracer-child
Tags: 
*/

.wp-block-group.edit-links{
    position: fixed;
    bottom:25%;
    left:18px
}

.note-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    overflow-x:clip;
    padding:1rem;
    gap:0 1rem;
    margin-bottom:1rem;
    border-bottom:2px dashed
}


.note-grid > *:not(:first-child){
    padding-inline: 1rem;
    font-size: small;
}


.note-grid a{
    text-decoration: none;
}


.note-grid a:hover{
    text-decoration: underline;
}

/**
Offcanvas fix
 */
.fade.offcanvas-backdrop.show{
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    left: 0;
    background: #040404bd;
}

.offcanvas-body a {
    text-decoration: none;
}