Fix dice swap and items on firefox
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -233,8 +233,17 @@
|
|||||||
legend {
|
legend {
|
||||||
i:last-child {
|
i:last-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
border-radius: 0.15rem;
|
||||||
|
padding: 0 0.1rem 0 0.15rem;
|
||||||
|
font-size: 0.65rem;
|
||||||
|
line-height: 1rem;
|
||||||
|
width: 1rem;
|
||||||
|
margin: 0.25rem;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
background: $l5r5e-label;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -254,6 +263,7 @@
|
|||||||
}
|
}
|
||||||
&.swap {
|
&.swap {
|
||||||
flex: 0 0 calc(100px + 1rem);
|
flex: 0 0 calc(100px + 1rem);
|
||||||
|
flex-direction: column;
|
||||||
border: 1px solid fuchsia;
|
border: 1px solid fuchsia;
|
||||||
}
|
}
|
||||||
&.discards,
|
&.discards,
|
||||||
|
|||||||
@@ -186,6 +186,7 @@ li {
|
|||||||
// Fieldset
|
// Fieldset
|
||||||
fieldset {
|
fieldset {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
flex-wrap: wrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 0.25rem;
|
margin: 0 0.25rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user