Skip to content

Instantly share code, notes, and snippets.

@ekhart
Created June 22, 2021 20:49
Show Gist options
  • Save ekhart/a78d088fbd794cd7ae3c85a895314100 to your computer and use it in GitHub Desktop.
Save ekhart/a78d088fbd794cd7ae3c85a895314100 to your computer and use it in GitHub Desktop.
#character-list {
flex-grow: 1;
}
#footer {
margin-top: auto;
flex-direction: row;
}
.row-direction {
flex-direction: row;
}
.full-height {
height: 100%;
}
.auto-height {
height: auto;
}
.half-width {
width: 50%;
}
.dialog-font {
font-size: 20px;
}
.waiting-character {
color: rgba(0, 0, 0, 0.5);
}
.screen {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.one-third-width {
width: 33%;
}
Label {
font-size: 10px;
color: black;
}
TextField {
font-size: 20px;
}
/*
ListView {
item-height: 40; // customowa właściwość niestety nie działa - trzeba ją ustawiać w .uxml
}
// custom variable
:root {
--font-size: 20; // definicja
}
.dialog-font {
font-size: var(--font-size); // użycie - niestety nie zadziałało u mnie
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment