mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update agon.css
adjust the position of the character sheet
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Della+Respira&display=swap&family=Lato");
|
||||
.charsheet {
|
||||
padding: 0 !important;
|
||||
/*padding: 0 !important;*/
|
||||
position: relative;
|
||||
top: -11px;
|
||||
/*top: -11px;*/
|
||||
left: 6px;
|
||||
line-height: 16px;
|
||||
cursor: default;
|
||||
color: #333;
|
||||
@@ -678,7 +679,7 @@ input.sheet-zero:checked + span {
|
||||
align-items: start;
|
||||
gap: 5px;
|
||||
font-size: 12px;
|
||||
grid-template: 50px 23px repeat(4, auto)/6.5fr 3.5fr 5.2fr 4.8fr;
|
||||
grid-template: 50px 23px repeat(4, auto)/6.5fr 3.5fr 5fr 4.8fr;
|
||||
}
|
||||
|
||||
.sheet-logo {
|
||||
@@ -752,6 +753,7 @@ input.sheet-zero:checked + span {
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.sheet-namebox .sheet-content input + span {
|
||||
|
||||
Reference in New Issue
Block a user