@media screen and (min-width: 1501px) { .mobile-note-header { display: none; } #note-list { display: none; overflow-y: scroll; } #note-table_wrapper { width: 97%; } .container #sidebar-link.toggle { left: 25em; } .container { display: grid; height: 100vh; grid-template-columns: 25em 60px 35% 0.98fr; grid-template-rows: 60px 1fr; gap: 5px 5px; grid-auto-flow: row; grid-template-areas: "sidebar-header ref-btn-header ref-header note-header" "sidebar ref-btn ref-text notes"; transition: grid-template-columns 0.5s ease-in-out; } .container p { margin: 0 0 1em 0; } .container .fields-container { display: none; } .container.sidebar-collapsed { grid-template-columns: 0px 60px 35% 0.98fr; } .container.sidebar-collapsed #sidebar-link.toggle { left: 0; } .bottom-row { height: calc(100vh - 75px); } .notes { display: flex; flex-direction: column; grid-template-columns: 1fr; grid-template-rows: 75px 1fr; gap: 2px 0px; grid-template-areas: "fields-container" "note-text"; grid-area: notes; } .notes .fields-container { justify-content: space-evenly; flex-wrap: wrap; width: 99.5%; } .notes .fields-container input[type=text], .notes .fields-container select { background-color: var(--background); color: var(--text); height: 1.5em; -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0.375em; border: solid 1px var(--dark); outline: 0; padding: 0 1em; text-decoration: none; font-size: 14pt; font-weight: 400; line-height: 1.65; flex-basis: auto; flex-grow: 1; flex-shrink: 2; min-width: 50px; max-width: 200px; } .notes .note-text { height: 100%; width: 100%; } .notes .note-text textarea { height: -webkit-fill-available; height: -moz-available; height: stretch; width: -webkit-fill-available; width: -moz-available; width: stretch; border-radius: 10px; background-color: transparent; color: var(--text); font-family: "Roboto Sans"; } .note-header, .ref-header { display: flex; justify-content: space-between; align-items: center; } .note-header h2, .ref-header h2 { margin: 0; } .note-header select, .ref-header select { background-color: var(--background); color: var(--text); height: 1.5em; -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0.375em; border: solid 1px var(--dark); outline: 0; padding: 0 1em; text-decoration: none; font-size: 14pt; font-weight: 400; line-height: 1.65; flex-basis: auto; flex-grow: 1; flex-shrink: 2; min-width: 50px; max-width: 200px; margin-right: 3px; } }/*# sourceMappingURL=lg-screen-style.css.map */