mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01:00
Fixed partially showing discussions pane
Referencing the discussions pane which slides out from the sidebar. Fixed styles for pinned state of dicussions pane Fixed padding in discussions pane
This commit is contained in:
parent
24617b7e1e
commit
ea00d1b2bb
@ -210,7 +210,7 @@
|
||||
transition: left 0.2s;
|
||||
|
||||
&.showing {
|
||||
left: 300px;
|
||||
left: 325px;
|
||||
}
|
||||
|
||||
& .page-header .pull-right {
|
||||
@ -219,7 +219,7 @@
|
||||
|
||||
& .discussions > li {
|
||||
padding-right: 15px;
|
||||
padding-left: 20px;
|
||||
padding-left: 15px;
|
||||
|
||||
& .action {
|
||||
padding-top: 15px;
|
||||
@ -295,7 +295,7 @@
|
||||
|
||||
.pinned {
|
||||
& .discussions-pane {
|
||||
left: 300px;
|
||||
left: 325px;
|
||||
transition: left 0.2s, width 0.2s;
|
||||
}
|
||||
& .discussion-pane {
|
||||
@ -430,7 +430,7 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
& .replies, & .action .unread {
|
||||
width: auto;
|
||||
float: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user