fix ui
This commit is contained in:
@@ -71,6 +71,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helve
|
||||
.rounded { border-radius: 0.25rem; }
|
||||
.rounded-lg { border-radius: 0.5rem; }
|
||||
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
|
||||
.max-h-40 { max-height: 10rem; }
|
||||
.text-\[10px\] { font-size: 10px; }
|
||||
.mt-0\.5 { margin-top: 0.125rem; }
|
||||
.space-y-2\.5 > * + * { margin-top: 0.625rem; }
|
||||
.pr-1 { padding-right: 0.25rem; }
|
||||
.hidden { display: none; }
|
||||
.rotate-180 { transform: rotate(180deg); }
|
||||
.cursor-pointer { cursor: pointer; }
|
||||
|
||||
Reference in New Issue
Block a user