Skip to content

Commit 901ba7c

Browse files
authored
Update fast-search-card.js
1 parent aa7d05b commit 901ba7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dist/fast-search-card.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,13 @@ class FastSearchCard extends HTMLElement {
13471347
scrollbar-width: none;
13481348
max-height: 100%;
13491349
}
1350+
1351+
/* Mobile: History Tab spezifisches Padding */
1352+
@media (max-width: 768px) {
1353+
.detail-tab-content[data-tab-content="history"] #tab-content-container {
1354+
padding: 0px 10px;
1355+
}
1356+
}
13501357
13511358
.icon-content {
13521359
justify-content: flex-start;

0 commit comments

Comments
 (0)