Skip to content

Commit b461919

Browse files
committed
css:
dealing with one thing & the other...
1 parent b56b785 commit b461919

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/rivers.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,37 @@ div.journal-row>.entry>* {
326326
margin: 1em;
327327
}
328328

329+
div.journal-row>form>fieldset.entry {
330+
min-height: 250px;
331+
}
332+
333+
form>fieldset.details {
334+
display: flex;
335+
justify-content: space-between;
336+
flex-direction: column;
337+
}
338+
339+
fieldset.details .picker-container {
340+
width: 100%;}
341+
329342
div.journal-row>.entry>.buttons {
330343
display:flex;
331344
flex-direction: column;
332345
gap: 1em;
333346
}
334347

348+
.MuiTextField-root.full-width {
349+
width: 100%;
350+
font-size: 1em;
351+
}
335352

336353

354+
.MuiTextField-root.full-width input.MuiInput-input {
355+
font-size: 1.4em;
356+
padding: 1.5rem;
357+
border-radius: 10px;
358+
border: 1px grey solid;}
359+
337360
/* div.journal .session-data { */
338361
/* height: 30em; */
339362
/* overflow: auto; */

0 commit comments

Comments
 (0)