1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 12:54:06 +00:00

Style updates

This commit is contained in:
2023-05-29 20:22:06 +02:00
parent f230b4587f
commit 035d5211d9
3 changed files with 23 additions and 20 deletions

View File

@ -81,7 +81,7 @@
margin-right: auto;
margin-bottom: auto;
width: 100%;
border-radius: 10px;
border-radius: var(--radius);
display: flex;
flex-flow: column;
cursor: auto;
@ -97,7 +97,7 @@
header {
display: flex;
align-items: center;
padding: 1rem;
padding: 0.75rem;
}
header .title {
font-size: 1.5rem;
@ -114,14 +114,14 @@
overflow-y: auto;
}
.content.padded {
padding: 1rem;
padding: 0.75rem;
}
header + .content.padded {
border-top: 1px solid #ccc;
}
footer {
padding: 1rem;
padding: 0.75rem;
border-top: 1px solid #ccc;
}
</style>