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:
@ -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;
|
||||
|
Reference in New Issue
Block a user