mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 06:57:16 +02:00
style/about dialog: improve appearance
This commit is contained in:
@@ -62,8 +62,11 @@
|
||||
|
||||
.about-dialog-property-sheet {
|
||||
margin-block: 30px;
|
||||
font-size: .85em;
|
||||
margin-inline: 20px;
|
||||
|
||||
&.wide {
|
||||
font-size: .85em;
|
||||
margin-inline: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.build-info {
|
||||
@@ -82,6 +85,10 @@
|
||||
text-decoration-color: var(--muted-text-color);
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.about-dialog-property-sheet.narrow & {
|
||||
line-height: 1.75;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -132,6 +139,7 @@
|
||||
|
||||
.about-dialog-brief-history-tooltip {
|
||||
--main-font-size: .9em;
|
||||
padding-inline: 30px;
|
||||
|
||||
.tooltip-inner {
|
||||
max-width: 600px;
|
||||
|
||||
Reference in New Issue
Block a user