Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-on committed Nov 1, 2024
1 parent b5cb978 commit 87e182a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -927,12 +927,13 @@ button.smtcmp-chat-input-model-select {
width: 100%;
max-width: 32rem;
transform: translate(-50%, -50%);
gap: var(--size-4-4);
gap: var(--size-4-3);
border: var(--border-width) solid var(--background-modifier-border);
background-color: var(--background-secondary);
padding: var(--size-4-6);
transition-duration: 200ms;
border-radius: var(--radius-m);
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);

.smtcmp-dialog-title {
font-size: var(--font-ui-larger);
Expand Down Expand Up @@ -972,6 +973,7 @@ button.smtcmp-chat-input-model-select {
display: flex;
align-items: center;
padding: var(--size-4-1);
margin: calc(var(--size-4-1) * -1);
opacity: 0.7;
transition: opacity 0.2s;

Expand Down

0 comments on commit 87e182a

Please sign in to comment.