Fix liste des états dans header

Fix v13
This commit is contained in:
2025-09-12 23:24:16 +02:00
parent 1d63cd54fe
commit f572b1c4e1
2 changed files with 9 additions and 0 deletions

View File

@@ -473,6 +473,10 @@ select,
.system-foundryvtt-reve-de-dragon .sheet-header :is(.header-compteurs,.header-etats,.profile-img, .profile-img-token) {
padding: 0 0.4rem;
}
.system-foundryvtt-reve-de-dragon .sheet-header .header-etats div div {
display: flex;
flex-direction: row;
}
.system-foundryvtt-reve-de-dragon .sheet-header :is(.profile-img, .profile-img-token) {
-webkit-box-flex: 0;
-ms-flex: 0 0 110px;

View File

@@ -79,6 +79,11 @@
padding: 0 0.4rem;
}
.sheet-header .header-etats div div{
display: flex;
flex-direction: row;
}
.sheet-header :is(.profile-img, .profile-img-token) {
-webkit-box-flex: 0;
-ms-flex: 0 0 110px;