mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-07 15:42:33 +00:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user