fjdu_obsidian-latex-unicode/styles.css

12 lines
164 B
CSS
Raw Permalink Normal View History

2023-03-04 06:59:15 +00:00
table.latexInputTable, #userInput, #resDisp {
2023-03-03 15:31:30 +00:00
width: 100%;
}
2023-03-04 06:59:15 +00:00
.latexInputTable td:first-child {
2023-03-04 06:31:19 +00:00
width: 30%;
}
2023-03-04 06:59:15 +00:00
.latexInputTable td:last-child {
2023-03-04 06:31:19 +00:00
width: 70%;
2023-03-03 15:31:30 +00:00
}