Skip to content

Commit

Permalink
dim editor header
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Oct 21, 2023
1 parent 9ea2ce5 commit 08d2296
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions edit/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ html:not(.is-new-style) #heading::before {
position: fixed;
top: 0;
padding-top: var(--pad);
box-shadow: 0 0 3rem -1.2rem #000;
box-sizing: border-box;
z-index: 10;
display: flex;
flex-direction: column;
background-color: var(--bg);
}
#header h1 {
margin-top: 0;
Expand Down Expand Up @@ -1001,7 +999,6 @@ i,
height: unset;
width: 100%;
overflow: visible;
background: var(--bg);
border-right: none;
border-bottom: 1px dashed var(--c65);
padding: var(--pad05) var(--pad05) 0;
Expand Down
1 change: 1 addition & 0 deletions global-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
--c85: hsl(0, 0%, 23.75%);
--c90: hsl(0, 0%, 20.5%);
--c95: hsl(0, 0%, 17.25%);
--c97: hsl(0, 0%, 15.95%);
--c98: hsl(0, 0%, 15.3%);
--c99: hsl(0, 0%, 14.65%);
--c100: hsl(0, 0%, 14%);
Expand Down
3 changes: 3 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
--c85: hsl(0, 0%, 85%);
--c90: hsl(0, 0%, 90%);
--c95: hsl(0, 0%, 95%);
--c97: hsl(0, 0%, 97%);
--c98: hsl(0, 0%, 98%);
--c99: hsl(0, 0%, 99%);
--c100: hsl(0, 0%, 100%);
Expand Down Expand Up @@ -337,6 +338,8 @@ input[type="number"][data-focused-via-click]:focus {

#header {
overflow-wrap: break-word;
background-color: var(--c97);
box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

/* header resizer */
Expand Down
2 changes: 1 addition & 1 deletion install-usercss/install-usercss.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ input:disabled + span {
flex: 0 0 var(--header-width);
box-sizing: border-box;
padding: 1rem;
box-shadow: 0 0 50px -18px black;
overflow-wrap: break-word;
overflow-y: auto;
z-index: 100;
Expand All @@ -43,6 +42,7 @@ input:disabled + span {
background: #ffe2e2;
border-right: none;
border-bottom: 1px dashed var(--c65);
box-shadow: 0 0 50px -18px black;
}

.has-warnings .warnings {
Expand Down
3 changes: 1 addition & 2 deletions manage/manage-newui.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
transition: color .5s .1s;
}
#installed {
margin-top: .75rem;
margin-bottom: .75rem;
margin-top: .25rem;
}
.entry {
--target-height: 18px;
Expand Down
1 change: 0 additions & 1 deletion manage/manage.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ a:hover {
position: fixed;
top: 0;
padding: 1rem;
box-shadow: 0 0 50px -18px black;
overflow: auto;
box-sizing: border-box;
z-index: 9;
Expand Down

0 comments on commit 08d2296

Please sign in to comment.