mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
tweaking styles
This commit is contained in:
parent
91a9e455e2
commit
a09be7cf74
1 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,7 @@
|
|||
position: relative;
|
||||
flex: none;
|
||||
width: max-content;
|
||||
padding-left: 1.5ch;
|
||||
padding: 0.1875rem 0.5rem 0.1875rem 1.5ch;
|
||||
padding: 0.1875rem 0.5rem 0.1875rem 1.8ch;
|
||||
margin: 0;
|
||||
|
||||
pre {
|
||||
|
@ -48,6 +47,7 @@
|
|||
|
||||
[data-diff-type="removed"] {
|
||||
background-color: var(--sl-color-red-low);
|
||||
min-width: 100%;
|
||||
|
||||
pre {
|
||||
background-color: var(--sl-color-red-low) !important;
|
||||
|
@ -64,6 +64,7 @@
|
|||
|
||||
[data-diff-type="added"] {
|
||||
background-color: var(--sl-color-green-low);
|
||||
min-width: 100%;
|
||||
|
||||
pre {
|
||||
background-color: var(--sl-color-green-low) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue