Skip to content

Commit

Permalink
github-deploy-action-ci-in-secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Jan 27, 2024
1 parent d5a0e06 commit cd6a9e8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ci-in-secondary/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ svg.tile-selected {
direction: rtl;
position: absolute;
z-index: 20;
bottom: 1.9em;
bottom: 2em;
min-width: 10em;
max-height: 11.26em;
overflow: auto;
Expand All @@ -1385,9 +1385,9 @@ svg.tile-selected {
white-space: nowrap;
border-radius: 0 0.2em 0em 0;
color: #586e75;
border-top: 1px solid #e6ce8f;
border-right: 1px solid #c7b480;
border-bottom: 1px solid #c7b480;
border-top: 0.6px solid #e6ce8f;
border-right: 0.6px solid #c7b480;
border-bottom: 0.6px solid #c7b480;
background-color: #f7ebc5;
box-shadow: 0px 20px 20px #77580255;
scrollbar-color: #c7b480 #e4d6a6;
Expand Down Expand Up @@ -1463,12 +1463,13 @@ svg.tile-selected {
justify-content: space-between;
align-items: stretch;
background-color: #fbecaa;
border-top: 0.6px solid #c7b480;
outline: 0.6px solid #c7b480;
}

#bottom-bar .icon {
display: flex;
padding: 0.2em;
mix-blend-mode: luminosity;
}

#bottom-bar .id {
Expand Down

0 comments on commit cd6a9e8

Please sign in to comment.