Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
fb7ea8e4
Commit
fb7ea8e4
authored
Jan 13, 2015
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SnowFlat: fix narrow sidebar on desktop with small window
Closes #189
parent
3ea14aef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+3
-1
No files found.
qa-theme/SnowFlat/qa-theme.php
View file @
fb7ea8e4
...
...
@@ -667,7 +667,9 @@ class qa_html_theme extends qa_html_theme_base
// sidebar styles for desktop (must use server-side UA detection, not media queries)
if
(
!
qa_is_mobile_probably
())
{
$css
[]
=
'.qa-sidepanel { width: 25%; padding: 0px; float: right; overflow: hidden; *zoom: 1; }'
;
$css
[]
=
'@media (min-width: 980px) {'
;
$css
[]
=
' .qa-sidepanel { width: 25%; padding: 0px; float: right; overflow: hidden; *zoom: 1; }'
;
$css
[]
=
'}'
;
}
$css
[]
=
'</style>'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment