- saving progress;
This commit is contained in:
@@ -218,6 +218,7 @@
|
|||||||
|
|
||||||
.appPageSection__pMeta {
|
.appPageSection__pMeta {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
break-inside: avoid;
|
||||||
|
|
||||||
span:nth-of-type(1) {
|
span:nth-of-type(1) {
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
container-name: big-badges-grid;
|
container-name: big-badges-grid;
|
||||||
container-type: inline-size;
|
container-type: inline-size;
|
||||||
|
|
||||||
|
&.grid-small {
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.statsBigBadges__grid .statsBigBadges__gridItem span {
|
.statsBigBadges__grid .statsBigBadges__gridItem span {
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ const UserActivity = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div className="appPageSection__withBorder columns">
|
<div className="appPageSection__withBorder columns">
|
||||||
<p className="appPageSection__pMeta">
|
<p className="appPageSection__pMeta">
|
||||||
<span>{__('Nome utente', 'gepafin')}</span>
|
<span>{__('Nome utente', 'gepafin')}</span>
|
||||||
@@ -120,9 +119,11 @@ const UserActivity = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="appPage__spacer"></div>
|
||||||
|
|
||||||
<div className="appPageSection">
|
<div className="appPageSection">
|
||||||
<h2>{__('Statistiche attività', 'gepafin')}</h2>
|
<h2>{__('Statistiche attività', 'gepafin')}</h2>
|
||||||
<div className="statsBigBadges__grid">
|
<div className="statsBigBadges__grid grid-small">
|
||||||
<div className="statsBigBadges__gridItem">
|
<div className="statsBigBadges__gridItem">
|
||||||
<span>{__('Login totali', 'gepafin')}</span>
|
<span>{__('Login totali', 'gepafin')}</span>
|
||||||
<span>{<NumberFlow
|
<span>{<NumberFlow
|
||||||
@@ -138,7 +139,7 @@ const UserActivity = () => {
|
|||||||
locales="it-IT"/>}</span>
|
locales="it-IT"/>}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="statsBigBadges__gridItem">
|
<div className="statsBigBadges__gridItem">
|
||||||
<span>{__('Documenti da integrare', 'gepafin')}</span>
|
<span>{__('Domande processate', 'gepafin')}</span>
|
||||||
<span>{<NumberFlow
|
<span>{<NumberFlow
|
||||||
value={getStatValue('numberOfActiveCalls', 0)}
|
value={getStatValue('numberOfActiveCalls', 0)}
|
||||||
format={{ notation: 'compact' }}
|
format={{ notation: 'compact' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user