Update style

This commit is contained in:
2024-10-17 16:39:40 +11:00
parent 20710df397
commit 413095627f
4 changed files with 14 additions and 48 deletions
-6
View File
@@ -1669,12 +1669,6 @@ msgstr ""
msgid "New Link"
msgstr ""
#: links/templates/links/link_form.html:33
msgid ""
"Link type is used for redirecting to an external URL. Use this when you want "
"to create a short alias for a long URL."
msgstr ""
#: links/templates/links/link_form.html:38
msgid ""
"Custom type allows you to create a link with custom HTML content. Use this "
Binary file not shown.
+2 -4
View File
@@ -1568,10 +1568,8 @@ msgstr ""
#: links/models.py:10 links/templates/links/link_detail.html:13
#: links/templates/links/link_form.html:22
#, fuzzy
#| msgid "GoLinks"
msgid "Link"
msgstr "GoLinks"
msgstr "URL链接"
#: links/models.py:11 links/templates/links/link_detail.html:17
#: links/templates/links/link_form.html:25
@@ -1702,7 +1700,7 @@ msgstr "链接类型用于重定向到外部URL。当您想为长URL创建一个
msgid ""
"Custom type allows you to create a link with custom HTML content. Use this "
"when you want to display a message or custom content instead of redirecting."
msgstr ""
msgstr "自定义类型允许您创建带有自定义 HTML 内容的链接。当您想要显示消息或自定义内容而不是重定向时,请使用此选项。"
#: links/templates/links/link_form.html:77
#, fuzzy
+12 -38
View File
@@ -774,22 +774,6 @@ video {
height: 100vh;
}
.w-1\/12 {
width: 8.333333%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-1\/6 {
width: 16.666667%;
}
.w-10 {
width: 2.5rem;
}
.w-4 {
width: 1rem;
}
@@ -901,12 +885,6 @@ video {
row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
@@ -925,6 +903,12 @@ video {
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -937,12 +921,6 @@ video {
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1613,18 +1591,18 @@ video {
align-items: center;
}
.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.sm\:p-6 {
padding: 1.5rem;
}
@@ -1661,10 +1639,6 @@ video {
}
@media (min-width: 1024px) {
.lg\:table-cell {
display: table-cell;
}
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}