mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
merge fix
This commit is contained in:
@@ -137,7 +137,9 @@ function SessionCard(props) {
|
||||
</span>
|
||||
</Tooltip>
|
||||
</Col>
|
||||
<Col className="px-0 col-auto ellipse">IP Address: <Link onClick={showModal}>{props.data.session.RemoteEndPoint}</Link></Col>
|
||||
<Col className="px-0 col-auto ellipse">
|
||||
<Card.Text>IP Address: <Link onClick={showModal}>{props.data.session.RemoteEndPoint}</Link></Card.Text>
|
||||
</Col>
|
||||
</Row>
|
||||
</Col>
|
||||
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
background-color: var(--background-color)!important;
|
||||
color: white;
|
||||
max-width: 500px;
|
||||
max-height: 190px;
|
||||
max-height: 180px;
|
||||
}
|
||||
|
||||
.stat-card-banner
|
||||
{
|
||||
max-width: 127px !important;
|
||||
max-width: 120px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,9 +27,8 @@
|
||||
|
||||
|
||||
.stat-card-image {
|
||||
width: 127px !important;
|
||||
height: 190px;
|
||||
padding: 5px;
|
||||
width: 120px !important;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.stat-card-icon
|
||||
|
||||
Reference in New Issue
Block a user