Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 27, 2024
1 parent 77f2afd commit 6517941
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/DescribedLink.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
min-width: 80%;
}
.described-link .dl-title {
background: rgb(209, 212, 214);
background: #d1d4d6;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-left: 5px solid rgb(122, 129, 136);
border-left: 5px solid #7a8188;
width: fit-content;
max-width: 85%;
max-width: 74%;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.3rem;
Expand Down
12 changes: 12 additions & 0 deletions src/styles/ScrollPanes.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
width: 100%;
flex-direction: row;
overflow-x: scroll;
align-items: center;
}
.vertical-scroll-pane {
display: flex;
background: linear-gradient(lightblue, lightblue, pink, pink, white, white, pink, pink, lightblue, lightblue);
border-radius: 1rem;
border: 2px solid rgb(88, 93, 122);
height: 25%;
width: 100%;
flex-direction: column;
overflow-y: scroll;
align-items: left;
}

.scroll-item {
Expand Down

0 comments on commit 6517941

Please sign in to comment.