mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 22:52:32 +00:00
improve heart on tablets (still not great)
This commit is contained in:
+2085
-1
File diff suppressed because one or more lines are too long
@@ -581,21 +581,18 @@ select.sheet-select-no-arrow {
|
||||
|
||||
.sheet-heart {
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
z-index: 4;
|
||||
width: 116px;
|
||||
height: 100px;
|
||||
height: 96px;
|
||||
margin-top: 2px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
&:after {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
line-height: 79px;
|
||||
height: 97px;
|
||||
content: "k";
|
||||
font-family: "Pictos";
|
||||
font-size: 130px;
|
||||
@@ -614,6 +611,8 @@ select.sheet-select-no-arrow {
|
||||
}
|
||||
}
|
||||
.sheet-initiative {
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
.sheet-wrap-box-title {
|
||||
font-size: 8px;
|
||||
}
|
||||
@@ -1333,7 +1332,7 @@ input.sheet-toggle-recharge:checked ~ div div.sheet-toggle-recharge,
|
||||
input.sheet-toggle-melee-weapons:checked ~ div div.sheet-toggle-melee-weapons,
|
||||
input.sheet-toggle-ranged-weapons:checked ~ div div.sheet-toggle-ranged-weapons,
|
||||
input.sheet-toggle-old-weapons:checked ~ div div.sheet-toggle-old-weapons,
|
||||
input.sheet-toggle-quick-weapons:checked ~ div.sheet-toggle-quick-weapons,
|
||||
input.sheet-toggle-quick-weapons:checked ~ div div.sheet-toggle-quick-weapons,
|
||||
input.sheet-toggle-traits:checked ~ div div.sheet-toggle-traits,
|
||||
input.sheet-toggle-regional-effects:checked ~ div div.sheet-toggle-regional-effects,
|
||||
input.sheet-toggle-lair-actions:checked ~ div div.sheet-toggle-lair-actions,
|
||||
@@ -1345,7 +1344,7 @@ input.sheet-toggle-actions:checked ~ div div.sheet-toggle-actions {
|
||||
}
|
||||
|
||||
|
||||
input.sheet-toggle-quick-weapons:not(:checked) ~ div.sheet-toggle-quick-weapons,
|
||||
input.sheet-toggle-quick-weapons:not(:checked) ~ div div.sheet-toggle-quick-weapons,
|
||||
input.sheet-toggle-attack:not(:checked) ~ div div.sheet-toggle-attack,
|
||||
input.sheet-toggle-reach:not(:checked) ~ div div.sheet-toggle-reach,
|
||||
input.sheet-toggle-range:not(:checked) ~ div div.sheet-toggle-range,
|
||||
|
||||
Reference in New Issue
Block a user