Skip to content

Commit 0075f74

Browse files
authored
Update fast-search-card.js
1 parent ccc3f38 commit 0075f74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dist/fast-search-card.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,14 @@ class FastSearchCard extends HTMLElement {
14551455
max-height: 100%;
14561456
}
14571457

1458+
#tab-content-container.shortcuts-active {
1459+
padding: 0px;
1460+
}
1461+
1462+
#tab-content-container.history-active {
1463+
padding: 0px;
1464+
}
1465+
14581466
/* Mobile: History Tab spezifisches Padding */
14591467
@media (max-width: 768px) {
14601468
#tab-content-container.history-active {

0 commit comments

Comments
 (0)