Skip to content

Commit

Permalink
making button smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyEdwards committed Mar 13, 2024
1 parent f8d4932 commit 22b9112
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,12 @@ object DynamicCSS {
"button.loading:after", mapOf(
"opacity" to "0.5 !important",
"content" to "\"\"",
// "display" to "none",
"pointer-events" to "none",
"position" to "absolute",
"top" to "calc(50% - 20px)",
"left" to "calc(50% - 20px)",
"width" to "32px !important",
"height" to "32px !important",
"top" to "calc(50% - 15px)",
"left" to "calc(50% - 15px)",
"width" to "20px !important",
"height" to "20px !important",
"background" to "none !important",
"box-shadow" to "none !important",
"border-style" to "solid !important",
Expand Down

0 comments on commit 22b9112

Please sign in to comment.