Skip to content

Commit 98ac6be

Browse files
authored
Update PageSizeDialog.html
1 parent a7c4403 commit 98ac6be

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

AppScript/PageSizeDialog.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
font-weight: bold;
8585
color: #5f6368;
8686
margin-top: 2px;
87-
margin-bottom: 20px;
87+
margin-bottom: 0px;
8888
}
8989
.support-label {
9090
display: block;
@@ -113,6 +113,28 @@
113113
.nt-button:active {
114114
background-color: #0f5bb5;
115115
}
116+
.nt-button-donate {
117+
margin-top: 0px;
118+
margin-bottom: 10px;
119+
background-color: #d93025;
120+
border: none;
121+
color: white;
122+
padding: 8px 12px;
123+
font-size: 13px;
124+
border-radius: 4px;
125+
cursor: pointer;
126+
transition: background-color 0.2s;
127+
width: 100%;
128+
display: block;
129+
text-align: center;
130+
text-decoration: none;
131+
}
132+
.nt-button-donate:hover {
133+
background-color: #c5221f;
134+
}
135+
.nt-button-donate:active {
136+
background-color: #a50e0e;
137+
}
116138
h3 {
117139
font-size: 20px;
118140
text-align: center;
@@ -203,6 +225,9 @@
203225
📜 Books By Adam Natad
204226
</button>
205227
<div class="made-with-love">Made with ♥️</div>
228+
<button class="nt-button-donate" onclick="window.open('https://ko-fi.com/adamnatad', '_blank')">
229+
☕ Buy Adam a Coffee
230+
</button>
206231
</div>
207232

208233
<label>Trim Size (Presets - Paperback & Hardcover):

0 commit comments

Comments
 (0)