File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change 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 {
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 }
112112 background-color : initial;
113113 }
114114 }
115+ }
116+
117+ .navbar__items--right > : last-child {
118+ padding-top : 0px ;
115119}
You can’t perform that action at this time.
0 commit comments