Séparation des boutons Haut-rêve

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-16 01:22:09 +01:00
parent d5635b27fe
commit 467a4d53a4
5 changed files with 29 additions and 9 deletions

View File

@ -160,6 +160,20 @@ i:is(.fas, .far) {
width: fit-content;
}
.system-foundryvtt-reve-de-dragon .sheet-header div.tmr-buttons {
padding: 0;
margin: 0;
flex: 0;
flex-direction: column;
}
.system-foundryvtt-reve-de-dragon .sheet-header div.tmr-buttons img.button-img {
max-width: 32px;
padding: 0;
margin-top: -8px;
margin-bottom: -8px;
}
.system-foundryvtt-reve-de-dragon .sheet-header :is(.header-compteurs,.header-etats,.profile-img){
padding: 0 3%;
}