mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Style fixes
This commit is contained in:
parent
9e197a5b67
commit
e2378f2237
2 changed files with 33 additions and 3 deletions
|
|
@ -84,6 +84,10 @@ body {
|
|||
|
||||
p {
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
|
|
@ -246,6 +250,7 @@ body {
|
|||
height: 40px;
|
||||
width: 40px;
|
||||
cursor: pointer;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
[data-component="nav-mobile-toggle"]:hover {
|
||||
|
|
@ -568,9 +573,6 @@ body {
|
|||
margin-bottom: 24px;
|
||||
max-width: 100%;
|
||||
|
||||
@media (max-width: 30Rem) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
|
|
@ -580,6 +582,10 @@ body {
|
|||
span {
|
||||
color: var(--color-icon);
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
@ -614,6 +620,10 @@ body {
|
|||
gap: 12px;
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--color-icon);
|
||||
}
|
||||
|
|
@ -1060,6 +1070,10 @@ body {
|
|||
|
||||
[data-slot="cell"] + [data-slot="cell"] {
|
||||
border-left: 1px solid var(--color-border-weak);
|
||||
|
||||
@media (max-width: 40rem) {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile: third column on its own row */
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@ body {
|
|||
|
||||
p {
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
|
|
@ -454,6 +458,10 @@ body {
|
|||
span {
|
||||
color: var(--color-icon);
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
|
|
@ -559,6 +567,10 @@ body {
|
|||
list-style: none;
|
||||
margin-bottom: 24px;
|
||||
line-height: 200%;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
line-height: 180%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -773,6 +785,10 @@ body {
|
|||
|
||||
[data-slot="cell"] + [data-slot="cell"] {
|
||||
border-left: 1px solid var(--color-border-weak);
|
||||
|
||||
@media (max-width: 40rem) {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile: third column on its own row */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue