mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(settings): not fitting properly on mobile
This commit is contained in:
parent
93b8ad20d7
commit
588e15c633
@ -182,8 +182,6 @@ div.note-detail-empty {
|
|||||||
|
|
||||||
.options-section:not(.tn-no-card) {
|
.options-section:not(.tn-no-card) {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
min-width: var(--options-card-min-width);
|
|
||||||
max-width: var(--options-card-max-width);
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid var(--card-border-color) !important;
|
border: 1px solid var(--card-border-color) !important;
|
||||||
box-shadow: var(--card-box-shadow);
|
box-shadow: var(--card-box-shadow);
|
||||||
@ -192,6 +190,11 @@ div.note-detail-empty {
|
|||||||
margin-bottom: calc(var(--options-title-offset) + 26px) !important;
|
margin-bottom: calc(var(--options-title-offset) + 26px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.desktop .option-section:not(.tn-no-card) {
|
||||||
|
min-width: var(--options-card-min-width);
|
||||||
|
max-width: var(--options-card-max-width);
|
||||||
|
}
|
||||||
|
|
||||||
.note-detail-content-widget-content.options {
|
.note-detail-content-widget-content.options {
|
||||||
--default-padding: 15px;
|
--default-padding: 15px;
|
||||||
padding-top: calc(var(--default-padding) + var(--options-title-offset) + var(--options-title-font-size));
|
padding-top: calc(var(--default-padding) + var(--options-title-offset) + var(--options-title-font-size));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user