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 2797416 commit 1ad0514Copy full SHA for 1ad0514
src/app/styles/components/_actionComponent.scss
@@ -81,7 +81,7 @@
81
justify-content: center;
82
border: none;
83
transition: all 200ms ease;
84
- margin: 0; /* Removed top margin */
+ margin: 0;
85
}
86
87
.time-button {
@@ -117,13 +117,11 @@
117
118
119
.current-snap {
120
- min-width: 90px;
121
font-weight: bold;
122
123
background: transparent;
124
font-size: 1rem;
125
color: #374151;
126
width: 100%;
127
- padding: 2px 0;
128
- text-align: center;
+ padding: 2px 32px 2px 0px;
129
0 commit comments