Update agon.css

adjust the position of the character sheet
This commit is contained in:
akibi90
2026-03-11 16:50:57 +01:00
committed by GitHub
parent 6835f68554
commit af8d18b1d8
+5 -3
View File
@@ -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 {