File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1829,10 +1829,14 @@ body.mobile .dialog-background {
1829
1829
}
1830
1830
1831
1831
.dialog .title {
1832
- padding : 10 px 14px ;
1832
+ padding : 8 px 14px ;
1833
1833
white-space : pre-wrap;
1834
1834
}
1835
1835
1836
+ body .mobile .dialog .title {
1837
+ padding : 10px 14px ;
1838
+ }
1839
+
1836
1840
.dialog .button-wrapper {
1837
1841
position : relative;
1838
1842
display : flex;
@@ -1863,7 +1867,6 @@ body.mobile .dialog-wrapper:not(.visible) .button-wrapper::before {
1863
1867
1864
1868
.dialog .button {
1865
1869
padding : 8px 14px ;
1866
- padding : 10px 14px ;
1867
1870
border-radius : 5.75px ;
1868
1871
display : flex;
1869
1872
justify-content : center;
@@ -1872,6 +1875,7 @@ body.mobile .dialog-wrapper:not(.visible) .button-wrapper::before {
1872
1875
}
1873
1876
1874
1877
body .mobile .dialog .button {
1878
+ padding : 10px 14px ;
1875
1879
border-radius : 0 ;
1876
1880
}
1877
1881
You can’t perform that action at this time.
0 commit comments