Skip to content

Commit

Permalink
css and united
Browse files Browse the repository at this point in the history
  • Loading branch information
shelfens committed May 27, 2024
1 parent 0167431 commit 36e594a
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 352 deletions.
6 changes: 3 additions & 3 deletions website/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ p {

.info-panel {
/*position: absolute;*/
/* Adjust as needed */

left: 0px;
width: 18vw; /* Fixed width */
height: 50vh; /*Maximum height */
width: 22vw; /* Fixed width */
height: 82vh; /*Maximum height */
overflow-y: hidden; /* Enable vertical scrollbar if content exceeds maximum height */
background-color: rgba(251, 242, 196, 0.4);
border: 2px solid rgba(229, 193, 133, 0.6);
Expand Down
4 changes: 2 additions & 2 deletions website/css/united.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

.line_tl {
fill: black;
fill-opacity: 0.8;
fill-opacity: 1;
stroke: #74a892; /* Set line color */
stroke-width: 1.5px;
stroke-width: 1px;
}

.tooltip-united {
Expand Down
Loading

0 comments on commit 36e594a

Please sign in to comment.