We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efde9f commit 2afd074Copy full SHA for 2afd074
1 file changed
theme/pagetoc.css
@@ -139,8 +139,8 @@
139
transition-duration: .3s;
140
}
141
.sidesponsor:hover img{
142
- width: 52px;
143
- padding: 6px;
+ width: 42px;
+ padding: 4px;
144
grid-area: sponsor-image;
145
align-self: start;
146
@@ -192,9 +192,11 @@
192
display:block;
193
grid-area: sponsor-description;
194
min-height: 0;
195
+ max-height: 100%;
196
margin-top: 0;
197
margin-bottom: 0;
198
overflow: auto;
199
+ overscroll-behavior: contain;
200
201
.sidesponsor .sponsor-cta{
202
margin-top: auto;
@@ -210,6 +212,10 @@
210
212
.sidesponsor:hover .sponsor-cta{
211
213
grid-area: sponsor-cta;
214
215
+ margin-bottom: 4px;
216
+ padding: 4px 6px;
217
+ font-size: 0.9rem;
218
+ line-height: 1.1;
219
220
.sidesponsor-bsa {
221
max-height: 40%;
0 commit comments