20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
@theme "/themes/app-launcher"
|
|
|
|
mainbox {
|
|
margin: 40% 20%;
|
|
children: [ message, listview ];
|
|
}
|
|
|
|
listview {
|
|
columns: 5;
|
|
}
|
|
|
|
element-icon {
|
|
size: 128;
|
|
}
|
|
|
|
element-text {
|
|
margin: 0.3em 0 0 0;
|
|
font: "Roboto Nerd Font 15";
|
|
}
|