Skip to content

Commit

Permalink
v3.0.9: fine-tune database view tab style
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed May 15, 2024
1 parent 4d66bb3 commit beff339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions style/typography/database.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
height: auto;
margin: 8px 0 !important;
padding: 0;
border: 2px solid #0000; // 修复第一个页签被裁切的问题:https://github.com/mustakshif/Asri/issues/22
border: 2.5px solid #0000; // 修复第一个页签被裁切的问题:https://github.com/mustakshif/Asri/issues/22

.item {
padding: 2px 6px;
Expand All @@ -47,8 +47,8 @@
}

.item--focus {
box-shadow: 0 -1px .5px 0 rgba(0, 0, 0, .12) inset;
// box-shadow: none;
// box-shadow: 0 -1px .5px 0 rgba(0, 0, 0, .12) inset;
box-shadow: none;

&:hover {
// @include theme-variant-color(background-color, light-components, 1, 0.2, $important: true);
Expand All @@ -61,8 +61,7 @@
}

.item__graphic {

padding: .5em 5px .5em 8px;
padding: .42em 4px .42em 8px;

.body--mac & {
font-size: calc(1em / .875 * 15 / 17);
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit beff339

Please sign in to comment.