mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
all fonts are relative so it's easier to scale them properly
This commit is contained in:
parent
6a3e7a5a8e
commit
5c223dfd12
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#header button {
|
#header button {
|
||||||
padding: 1px 5px 1px 5px;
|
padding: 1px 5px 1px 5px;
|
||||||
font-size: small;
|
font-size: smaller;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
@ -89,7 +89,7 @@ button.close {
|
|||||||
#note-title {
|
#note-title {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
font-size: x-large;
|
font-size: 150%;
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 5em;
|
width: 5em;
|
||||||
flex-grow: 100;
|
flex-grow: 100;
|
||||||
@ -436,7 +436,7 @@ div.ui-tooltip {
|
|||||||
|
|
||||||
#file-table th, #file-table td {
|
#file-table th, #file-table td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: large;
|
font-size: larger;
|
||||||
}
|
}
|
||||||
|
|
||||||
#children-overview {
|
#children-overview {
|
||||||
@ -452,7 +452,7 @@ div.ui-tooltip {
|
|||||||
|
|
||||||
.child-overview {
|
.child-overview {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: large;
|
font-size: larger;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: var(--accented-background-color);
|
background: var(--accented-background-color);
|
||||||
width: 150px;
|
width: 150px;
|
||||||
@ -740,7 +740,7 @@ div[data-notify="container"] {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 11px;
|
top: 11px;
|
||||||
font-size: x-large;
|
font-size: 150%;
|
||||||
color: #777;
|
color: #777;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user