Skip to content

Commit

Permalink
style: 2 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed May 20, 2023
1 parent f6ac36e commit fd7d028
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ body {
align-items: center;
height: 50px;
width: 50px;
background: var(--color-bg-ee);
/* background: var(--color-bg-ee); */
color: var(--color-primary);
transition: transform 0.3s;
}
Expand Down Expand Up @@ -1287,6 +1287,10 @@ body {
transition: transform 0.3s, border 0.6s, opacity 0.3s;
}

.menu-info {
margin: 5px 12px;
}

.sidebar-toggle:active,
.item:active {
border: solid 2px var(--color-bg-dd);
Expand Down Expand Up @@ -1325,14 +1329,16 @@ body {
margin: 2px;
}

.rounded .context-menu .item {
margin: 2px 4px;
}

.rounded .context-menu {
padding: 2px 0;
}

.rounded .menu-info {
margin: 5px 16px;
}

.rounded .context-menu

.rounded #settings-btn {
width: 46px;
}
Expand Down

0 comments on commit fd7d028

Please sign in to comment.