mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 05:28:16 +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;
|
position: relative;
|
||||||
flex: none;
|
flex: none;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
padding-left: 1.5ch;
|
padding: 0.1875rem 0.5rem 0.1875rem 1.8ch;
|
||||||
padding: 0.1875rem 0.5rem 0.1875rem 1.5ch;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -48,6 +47,7 @@
|
||||||
|
|
||||||
[data-diff-type="removed"] {
|
[data-diff-type="removed"] {
|
||||||
background-color: var(--sl-color-red-low);
|
background-color: var(--sl-color-red-low);
|
||||||
|
min-width: 100%;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: var(--sl-color-red-low) !important;
|
background-color: var(--sl-color-red-low) !important;
|
||||||
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
[data-diff-type="added"] {
|
[data-diff-type="added"] {
|
||||||
background-color: var(--sl-color-green-low);
|
background-color: var(--sl-color-green-low);
|
||||||
|
min-width: 100%;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: var(--sl-color-green-low) !important;
|
background-color: var(--sl-color-green-low) !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue