Add comments & tweak padding

This commit is contained in:
Jeremy Stretch 2024-08-26 15:22:57 -04:00
parent ae0b372128
commit d555413254
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -45,15 +45,16 @@ table a {
background-color: rgba(var(--tblr-primary-rgb),.48) background-color: rgba(var(--tblr-primary-rgb),.48)
} }
// Do not apply padding to <code> elements inside a <pre>
pre code { pre code {
padding: unset; padding: unset;
} }
// Use an icon instead of Tabler's native "caret" for dropdowns (avoids a Safari bug)
.dropdown-toggle:after{ .dropdown-toggle:after{
font-family: "Material Design Icons"; font-family: "Material Design Icons";
content: '\F0140'; content: '\F0140';
padding-right: 7px; padding-right: 9px;
border-bottom: none; border-bottom: none;
border-left: none; border-left: none;
transform: none; transform: none;