test picker with img

actor perm and selected character
fix for some key case in french lang
This commit is contained in:
Vlyan
2020-12-10 23:34:41 +01:00
parent 88162a11c4
commit 8f59902130
10 changed files with 43 additions and 14 deletions

View File

@@ -3,9 +3,9 @@
@import "../scss/global";
@import "../scss/fonts";
@import "../scss/ui";
@import "../scss/dices";
.l5r5e {
@import "../scss/dices";
@import "../scss/sheets";
@import "../scss/nav";
@import "../scss/rings";

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@
// dices.scss
// Dice in chat
.l5r5e.chat-dice > img {
.chat-dice > img {
border: 1px solid transparent;
background-repeat: no-repeat;
background-position: center;
@@ -17,3 +17,12 @@
flex: 0 0 20px;
display: inline-block;
}
.dice-picker-dialog {
.profil {
float: left;
}
.dices {
float: right;
}
}