Skip to content

Instantly share code, notes, and snippets.

@gjroelofs
Created October 7, 2019 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjroelofs/92806ef58c2369905e58f72aab05eff0 to your computer and use it in GitHub Desktop.
Save gjroelofs/92806ef58c2369905e58f72aab05eff0 to your computer and use it in GitHub Desktop.
.card_view--root--1ItV2NTu {
transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
position: relative;
box-sizing: border-box;
width: 100%;
background: white;
cursor: default;
padding: 5px;
}
.card_view--root--1ItV2NTu:not(.card_view--flat--3A5rjvjT) {
box-shadow: 0px 0px 2px rgba(128, 128, 128, 1);
border-radius: 5px;
}
.card_view--root--1ItV2NTu .card_view--body--3r-yDqs2 {
min-height: 25px;
overflow: auto;
padding: 0px;
/* Add to "fix" title below image:padding-top: 5px;*/
}
/* Add fix to width so that the labels aren't cut off to early. */
.card_view--root--1ItV2NTu .card_view--body--3r-yDqs2 .card_view--cardElement--3bUFHCvK .card_view--content--2AmVxw73 {
border-radius: 12px;
display: inline-block;
padding: 2px 6px;
width: 315px;
}
.card_view--root--1ItV2NTu .card_view--mediaTop--3m6a0XK2 {
box-sizing: border-box;
height: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
.card_gallery_container_view--contents--GJJ3l8vC {
display: flex;
flex: 1 0 auto;
flex-direction: column;
min-height: 50px;
padding: 16px 0px;
}
.card_gallery_view--card--36jjadKq {
margin: 4px;
}
.grid_cards_view--border--5kxeBI3l {
border: 0px solid #e0e0e0;
border-radius: 5px;
}
.grid_cards_view--root--1frgQlar:not(.grid_cards_view--collapsedRotated--7VXlLOnw).grid_cards_view--isVertical--1746A8mN {
width: 350px;
min-width: 350px;
}
.grid_cards_view--gallery--1DKxoXaW {
flex: 1 1 auto;
max-height: 70vh;
padding-right: 5px;
}
.grid_cards_list--cardsContainer--2tcgPO8G.grid_cards_list--horizontal--4QpUzjwW {
/* margin-right: 8px; */
}
.formula_editor--root--1bazHdJA {
display: flex;
font-family: 'Hack', 'Andale Mono', 'Consolas', 'Lucida Console', monospace;
font-size: var(--font-size-small);
line-height: var(--font-line-height-standard);
font-weight: var(--font-weight-regular);
padding-top: 10px;
padding-bottom: 10px;
line-height: var(--font-line-height-large);
max-height: 400px;
overflow-y: auto;
}
/** Card view **/
.grid_cards_view--collapsedHeader--uk7MIZt- {
padding: 0px;
}
.card_header_rotated_view--spacer--25AUVnNE {
flex: 0 0 auto;
display: flex;
width: calc(1px * 2 + var(--font-line-height-large));
}
/** Detail view **/
.slide--root--3W5xswoA {
border: 0px solid #e0e0e0;
min-width: 248px;
}
.item_layout_zone--zoneControlWrapper--5BSSyAlr {
display: flex;
flex-grow: 0;
min-width: 350px;
padding: 0;
flex-grow: 1;
}
.item_layout_zone--zone--ckf3aq9G.item_layout_zone--zoneContainer--21qnyZ4E {
outline: none;
margin: 0;
padding: 0;
background-color: unset;
min-height: 800px;
}
/* Ensure that the menu renders properly (larger, not centre) */
.value_embed--toolbarRoot--2i9KCMyM {
display: flex;
flex-direction: column;
/* justify-content: center; */
height: 400px;
min-width: 200px;
box-sizing: border-box;
width: 100%;
}
/** Don't limit it at 1000px **/
.kr-line.kr-left-align {
text-align: left;
max-width: 90%;
}
/** General fonts **/
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
--font-size-h0: 44px;
}
.help_button--button--353H-S_q {
top: 22px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment