Skip to content

Commit 223e54f

Browse files
authored
Merge pull request #168 from Abdenasser/advanced-toolbar
feat: advanced search and filtering, updated toolbar to a mac inspire…
2 parents 3ea1675 + f09083c commit 223e54f

File tree

17 files changed

+2409
-302
lines changed

17 files changed

+2409
-302
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ body {
122122
[data-theme="glassy"] td {
123123
border-bottom: 1px solid rgba(232, 232, 232, 0.1) !important;
124124
background: rgba(24, 24, 37, 0.2) !important;
125-
}
125+
}

src/lib/components/AppInfo.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
127127
.info-button,
128128
:global(.theme-button) {
129-
height: 31px;
130-
padding: 6px 12px;
129+
height: 28px;
130+
padding: 0 12px;
131131
font-size: 12px;
132132
display: inline-flex;
133133
align-items: center;
@@ -138,6 +138,7 @@
138138
border-radius: 6px;
139139
cursor: pointer;
140140
transition: all 0.2s ease;
141+
box-sizing: border-box;
141142
}
142143
143144
.info-button:hover,

0 commit comments

Comments
 (0)