forked from public/foundryvtt-reve-de-dragon
Fix liste des états dans header
Fix v13
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user