Skip to content

Commit 1ad0514

Browse files
committed
adjusted padding for current snapshot
1 parent 2797416 commit 1ad0514

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/styles/components/_actionComponent.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
justify-content: center;
8282
border: none;
8383
transition: all 200ms ease;
84-
margin: 0; /* Removed top margin */
84+
margin: 0;
8585
}
8686

8787
.time-button {
@@ -117,13 +117,11 @@
117117
}
118118

119119
.current-snap {
120-
min-width: 90px;
121120
font-weight: bold;
122121
border: none;
123122
background: transparent;
124123
font-size: 1rem;
125124
color: #374151;
126125
width: 100%;
127-
padding: 2px 0;
128-
text-align: center;
126+
padding: 2px 32px 2px 0px;
129127
}

0 commit comments

Comments
 (0)