Fix rnk header html & css

This commit is contained in:
Mandar
2021-02-16 16:56:25 +01:00
parent 5ffaa062fc
commit dfef6d4092
3 changed files with 57 additions and 39 deletions

View File

@@ -1,5 +1,4 @@
// -- Dices.scss
.dice-roll {
.dice-formula,
.dice-total {
@@ -225,7 +224,7 @@
}
.profil {
border-bottom: 1px solid #782e22;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropbox {
@@ -342,6 +341,32 @@
.fa-sign-in-alt {
transform: rotate(90deg);
}
.chat-profil {
ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
li {
&:nth-child(1),
&:nth-child(2) {
flex: 0 0 60px;
padding: 0 0.25rem 0.25rem;
}
&:nth-child(4) {
flex: 0 0 10%;
padding: 0 0.25rem 0.25rem;
}
}
.profile-img {
width: 100%;
}
.chat-profil-stance {
font-size: 3.5rem;
line-height: 3.5rem;
}
}
}
}
#l5r5e-gm-tools-dialog {