Skip to content

Commit 8b399b3

Browse files
update
1 parent 9403164 commit 8b399b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/deployment-info.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Timestamp: 2025-03-05T13:20:50Z
1+
Timestamp: 2025-03-05T13:24:27Z
22
Repository: https://github.com/acailic/awesome-scalability-talks
33
DeployedAt: https://acailic.github.io/awesome-scalability-talks
4-
Version: 9b54f06
4+
Version: 9403164

src/components/tag/TagList.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.tag-list-container {
2-
margin: 6px 0; /* Reduced from 10px */
3-
padding: 6px; /* Reduced from 10px */
4-
border-radius: 12px;
2+
margin: 1px 0; /* Reduced from 10px */
3+
padding: 1px; /* Reduced from 10px */
4+
border-radius: 3px;
55
background-color: #f0f2f5;
66
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
77
border: 1px solid #e0e3e7;
88
transition: margin 0.2s ease, padding 0.2s ease;
99
}
1010

1111
.tag-list-container.collapsed {
12-
padding: 2px; /* Even smaller padding when collapsed */
13-
margin: 4px 0; /* Even smaller margin when collapsed */
12+
padding: 1px; /* Even smaller padding when collapsed */
13+
margin: 1px 0; /* Even smaller margin when collapsed */
1414
}
1515

1616
.tag-list__title {

0 commit comments

Comments
 (0)