We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240ee2b commit 1e81831Copy full SHA for 1e81831
src/public/stylesheets/theme-next/settings.css
@@ -2,11 +2,16 @@
2
* Settings
3
*/
4
:root {
5
+ --options-card-min-width: 500px;
6
--options-card-max-width: 900px;
7
--options-card-padding: 17px;
8
--options-title-font-size: 1rem;
9
--options-title-offset: 13px;
10
}
11
+/* Create a gap at the top of the option pages */
12
+.note-detail-content-widget-content.options>*:first-child {
13
+ margin-top: 1em;
14
+}
15
16
/* Create a gap at the bottom of option pages */
17
.note-detail-content-widget-content.options::after {
@@ -21,6 +26,7 @@
21
26
22
27
.options-section {
23
28
margin: auto;
29
+ min-width: var(--options-card-min-width);
24
30
max-width: var(--options-card-max-width);
25
31
border-radius: 12px;
32
border: 1px solid var(--card-border-color) !important;
0 commit comments