Skip to content

Commit bec8a49

Browse files
committed
docs: add sphinx button text prop
1 parent 31683ee commit bec8a49

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/installation/sphinx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ To integrate the PushFeedback widget into your Sphinx site:
4343

4444
```python
4545
pushfeedback_project = '<YOUR_PROJECT_ID>'
46+
pushfeedback_feedback_button_text = "Feedback"
4647
```
4748

4849
Replace `<YOUR_PROJECT_ID>` with your project's ID from the [PushFeedback dashboard](../quickstart.md#2-create-a-project).

src/css/custom.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
border-radius: 8px;
8080
}
8181

82+
83+
article a:not(.card) {
84+
font-weight: bold;
85+
}
86+
8287
@media (min-width: 997px){
8388

8489
.navbar__inner {
@@ -96,11 +101,6 @@
96101
padding-top: 0px !important;
97102
}
98103

99-
.main-wrapper article:not(.col),
100-
.main-wrapper header {
101-
padding: 0 10%;
102-
}
103-
104104
.breadcrumbs {
105105
display: none;
106106
}
@@ -112,4 +112,8 @@
112112
background-color: initial;
113113
}
114114
}
115+
}
116+
117+
.navbar__items--right > :last-child {
118+
padding-top: 0px;
115119
}

0 commit comments

Comments
 (0)