Skip to content

Commit

Permalink
SAK-50456 Sitestats improve ui responsiveness (sakaiproject#12874)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharadhi <[email protected]>
  • Loading branch information
Sharadhi98 and Sharadhi authored Sep 20, 2024
1 parent 566c4ca commit 5576017
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,17 @@
/** STAT WIDGET: Mini panels */
.widget .ministatContainer {
margin-left: 100px;
border-left: 1px solid var(--sakai-border-color);
}

.widget .ministat {
padding: 0 10px;
border-left: 1px solid var(--sakai-border-color);
text-align: center;
@media #{$phone}{
padding: 0 60px;
margin-bottom: 15px;
}
}

.widget .load {
Expand Down

0 comments on commit 5576017

Please sign in to comment.