Skip to content

Commit

Permalink
Merge pull request #1757 from OpenC3/release-polish
Browse files Browse the repository at this point in the history
Polish a couple things
  • Loading branch information
ryanmelt authored Dec 14, 2024
2 parents a5556d6 + 5aad83f commit 19152fc
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@update:model-value="handleChange"
hide-details
density="compact"
variant="underlined"
variant="filled"
data-test="cmd-param-value"
/>
<div v-else class="d-flex align-center">
Expand All @@ -50,7 +50,7 @@
disabled
hide-details
density="compact"
variant="underlined"
variant="outlined"
min-width="60px"
data-test="cmd-param-value"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
data-test="pause-graph"
icon="mdi-pause"
size="large"
></v-btn
><v-spacer />
/>
<v-spacer />
</v-col>
</v-row>
</v-container>
Expand Down Expand Up @@ -673,7 +673,7 @@ i.v-icon.mdi-chevron-down {
position: relative;
cursor: pointer;
border-radius: 6px;
margin: 5px;
margin: 6px;
}
.pulse {
animation: pulse 1s infinite;
Expand Down

This file was deleted.

Loading

0 comments on commit 19152fc

Please sign in to comment.