We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0867b62 commit a5a8c0fCopy full SHA for a5a8c0f
src/styles/global.css
@@ -1882,11 +1882,11 @@ hr {
1882
}
1883
1884
.dialog-preview .text-component {
1885
- font-size: calc(var(--dialog-px) * 12);
+ font-size: calc(var(--dialog-px) * 10);
1886
1887
1888
.dialog-preview .text-component span {
1889
- text-shadow: calc(var(--dialog-px) * 1.2) calc(var(--dialog-px) * 1.2) var(--shadow-color, transparent);
+ text-shadow: calc(var(--dialog-px) * 1) calc(var(--dialog-px) * 1) var(--shadow-color, transparent);
1890
1891
1892
.dialog-button,
@@ -1919,6 +1919,7 @@ hr {
1919
display: flex;
1920
align-items: center;
1921
justify-content: center;
1922
+ padding-bottom: var(--dialog-px);
1923
overflow: hidden;
1924
1925
0 commit comments