Skip to content

Commit

Permalink
Extend the web CSS file for the activity indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
ahter committed Jul 23, 2023
1 parent 4b05cfe commit ea811aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/toga_web/static/toga.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ main.toga.window > .container {
.toga .label {
white-space: nowrap;
}

/***** ActivityIndicator **********************************************/
.toga .activityindicator {
--size: 16pt;

}

0 comments on commit ea811aa

Please sign in to comment.