Skip to content

Commit 982838f

Browse files
silverwindlunny
authored andcommitted
add TODOs
1 parent 559288c commit 982838f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
'xl': '12px',
6767
'2xl': '16px',
6868
'3xl': '24px',
69-
'full': '99999px',
69+
'full': '99999px', // TODO: use calc(infinity * 1px)
7070
},
7171
fontFamily: {
7272
sans: 'var(--fonts-regular)',

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* other variables */
1919
--border-radius: 4px;
2020
--border-radius-medium: 6px;
21-
--border-radius-full: 99999px;
21+
--border-radius-full: 99999px; /* TODO: use calc(infinity * 1px) */
2222
--opacity-disabled: 0.55;
2323
--height-loading: 16rem;
2424
--min-height-textarea: 132px; /* padding + 6 lines + border = calc(1.57142em + 6lh + 2px), but lh is not fully supported */

0 commit comments

Comments
 (0)