Skip to content

Commit

Permalink
Move GitHub ribbon to the right
Browse files Browse the repository at this point in the history
We currently have many extensions and profiles and the ribbon gets 
in the way. As it's not possible to scroll the left panel, it's
hard to click on an extension.
  • Loading branch information
lukas-krecan-s1 committed Feb 19, 2024
1 parent 8d3bcee commit 3cbb1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions priv/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ body {
height: 150px;
overflow: hidden;
z-index: 1;
left: 0px;
right: 0px;
bottom: 0px;
}
.github-ribbon a {
Expand All @@ -150,13 +150,13 @@ body {
overflow: hidden;
padding: 6px 0px;
text-align: center;
transform: rotate(45deg);
transform: rotate(-45deg);
text-decoration: none;
color: rgb(255, 255, 255);
position: inherit;
box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0px;
background-color: rgb(160, 0, 0);
left: -40px;
right: -40px;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
bottom: 45px;
}
Expand Down

0 comments on commit 3cbb1ae

Please sign in to comment.