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 65065e4 commit 28a1f7bCopy full SHA for 28a1f7b
app/assets/stylesheets/front.scss
@@ -159,13 +159,16 @@
159
160
#topic-sidebar {
161
position: fixed;
162
+ display: none;
163
width: 260px;
164
- @media (min-width: 992px) {
165
+ @media (min-width: 960px) {
166
+ display: block;
167
width: 242px;
168
}
169
170
@media (min-width: 1200px) {
171
172
width: 292px;
173
174
@@ -266,7 +269,9 @@
266
269
267
270
268
271
- .hideable { display: none; }
272
+ @media (min-width: 1026px) {
273
+ .hideable { display: none; }
274
+ }
275
&:hover {
276
.hideable { display: inline-block; }
277
0 commit comments