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 9e182ed commit c7c75b8Copy full SHA for c7c75b8
src/style.css
@@ -30,7 +30,7 @@ button {
30
display: block;
31
margin: var(--margin-around);
32
border-radius: var(--border-radius);
33
- width: -webkit-fill-available !important;
+ width: calc(100% - 2 * var(--margin-around));
34
font-size: large;
35
font-weight: bold;
36
padding: 0.5rem;
@@ -128,7 +128,6 @@ button[disabled|='true'] {
128
129
padding: var(--padding-around);
130
131
- width: calc(100% - 2 * var(--margin-around));
132
133
&:not(:disabled) {
134
background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
0 commit comments