mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Added Input pressed, released system Added interface button support with wren onclick callback
21 lines
228 B
CSS
21 lines
228 B
CSS
|
|
|
|
.hello{
|
|
width: 400px;
|
|
height: 200px;
|
|
}
|
|
|
|
.screen{
|
|
height: 100%;
|
|
width: 100%;
|
|
justify-content: center;
|
|
flex-direction: row;
|
|
align-content:flex-start;
|
|
}
|
|
|
|
.rect{
|
|
height: 200px;
|
|
width: 200px;
|
|
|
|
}
|