File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -326,14 +326,37 @@ div.journal-row>.entry>* {
326
326
margin : 1em ;
327
327
}
328
328
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
+
329
342
div .journal-row > .entry > .buttons {
330
343
display : flex;
331
344
flex-direction : column;
332
345
gap : 1em ;
333
346
}
334
347
348
+ .MuiTextField-root .full-width {
349
+ width : 100% ;
350
+ font-size : 1em ;
351
+ }
335
352
336
353
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
+
337
360
/* div.journal .session-data { */
338
361
/* height: 30em; */
339
362
/* overflow: auto; */
You can’t perform that action at this time.
0 commit comments