- adjustment needed to prevent visible notch to the left and right header borders when {{bigname}} and {{name}} are used together

This commit is contained in:
∇ince
2025-01-19 15:57:17 -08:00
parent 80fd73f68e
commit 844f530e2d
+6 -1
View File
@@ -4346,11 +4346,16 @@ details[open].thac0-box {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/* needed to prevent visible notch when {{bigname}} and {{name}} are used together */
.sheet-rolltemplate-attacks .sheet-row:has(.sheet-bigger-text) + .sheet-row:has(.sheet-template-header) .sheet-template-header,
.sheet-rolltemplate-general .sheet-row:has(.sheet-bigger-text) + .sheet-row:has(.sheet-template-header) .sheet-template-header {
border-radius: 0;
}
.sheet-rolltemplate-attacks .sheet-bigger-text,
.sheet-rolltemplate-general .sheet-row .sheet-bigger-text {
font-size: calc(var(--text-xxl) * 1.5);
line-height: normal;
margin-bottom: -5px;
min-height: 1em;
padding: 2px;
z-index: 1;