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

Correctly open settings & about dialogs

This commit is contained in:
2023-12-23 14:10:48 +01:00
parent 3a325fe064
commit 4e68bf324c
3 changed files with 18 additions and 9 deletions

View File

@ -30,6 +30,10 @@
</Modal>
<style>
.brand, .info {
line-height: 1.2;
}
.brand {
display: flex;
align-items: center;
@ -40,9 +44,9 @@
flex: 0 1 125px;
}
.brand .title {
font-size: 2.25rem;
font-size: 2.25em;
font-weight: 600;
line-height: 2.5rem;
margin-bottom: .25em;
}
.brand .title .version {
font-size: 80%;
@ -51,7 +55,6 @@
}
.brand .description {
font-size: 1.5rem;
line-height: 1.6rem;
}
hr {
@ -60,7 +63,6 @@
.info {
font-size: 1.25rem;
line-height: 1.25rem;
margin: 0 1rem 1rem;
text-align: center;
}