mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
Merge pull request #23 from Ghosh/bugfix-partialDiscussionsPane
Fixed partially showing discussions pane
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
transition: left 0.2s;
|
transition: left 0.2s;
|
||||||
|
|
||||||
&.showing {
|
&.showing {
|
||||||
left: 300px;
|
left: 325px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .page-header .pull-right {
|
& .page-header .pull-right {
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
|
|
||||||
& .discussions > li {
|
& .discussions > li {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 20px;
|
padding-left: 15px;
|
||||||
|
|
||||||
& .action {
|
& .action {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
@@ -295,7 +295,7 @@
|
|||||||
|
|
||||||
.pinned {
|
.pinned {
|
||||||
& .discussions-pane {
|
& .discussions-pane {
|
||||||
left: 300px;
|
left: 325px;
|
||||||
transition: left 0.2s, width 0.2s;
|
transition: left 0.2s, width 0.2s;
|
||||||
}
|
}
|
||||||
& .discussion-pane {
|
& .discussion-pane {
|
||||||
@@ -430,7 +430,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .replies, & .action .unread {
|
& .replies, & .action .unread {
|
||||||
width: auto;
|
width: auto;
|
||||||
float: none;
|
float: none;
|
||||||
|
Reference in New Issue
Block a user