Fix arrangement
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
6ad6e77a08
commit
d827a0221b
@ -98,7 +98,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 11rem;
|
height: 11rem;
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Table .Sidebar {
|
.Table .Sidebar {
|
||||||
@ -197,8 +197,8 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(35vw - 5rem);
|
left: 1rem;
|
||||||
top: 1em;
|
top: 5rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
align-items: left;
|
align-items: left;
|
||||||
@ -207,7 +207,7 @@ body {
|
|||||||
|
|
||||||
.Table .DiceRoll .Dice {
|
.Table .DiceRoll .Dice {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
width: 1.75rem;
|
width: 2.75rem;
|
||||||
height: 1.75rem;
|
height: 2.75rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user