1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-16 13:04:06 +00:00

Added a nice welcome screen for first-time users

This commit is contained in:
2023-05-31 18:24:00 +02:00
parent 9f2445e596
commit e7ff075744
10 changed files with 256 additions and 2711 deletions

View File

@ -85,6 +85,7 @@
display: flex;
flex-flow: column;
cursor: auto;
overflow: hidden;
}
.inner > :global(*:first-child) {
margin-top: 0;
@ -98,6 +99,7 @@
display: flex;
align-items: center;
padding: 0.75rem;
background-color: #eee;
}
header .title {
font-size: 1.5rem;