mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Tweaks to tidy up player panels (#153)
This commit is contained in:
@@ -81,7 +81,7 @@ const aspectBox = {
|
||||
position: 'relative',
|
||||
height: '205px',
|
||||
width: '203px',
|
||||
overflow: 'hidden',
|
||||
// overflow: 'hidden',
|
||||
textAlign: 'center',
|
||||
};
|
||||
const imgStyle = {
|
||||
@@ -90,8 +90,8 @@ const imgStyle = {
|
||||
};
|
||||
const lamerImgStyle = {
|
||||
...imgStyle,
|
||||
width: '185px',
|
||||
height: '182px',
|
||||
// width: '185px',
|
||||
// height: '182px',
|
||||
};
|
||||
|
||||
const sectionHeading = {
|
||||
|
||||
@@ -262,6 +262,10 @@
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
list-style-position: inside;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
li {
|
||||
padding-left: 0;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user