mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Tweaks to composer and discussion styles
This commit is contained in:
parent
44af0a242e
commit
f4d13d2463
|
@ -17,7 +17,7 @@
|
||||||
.composer {
|
.composer {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
margin-right: 200px;
|
margin-right: 180px;
|
||||||
.box-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
|
.box-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 0.9);
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
margin-right: -20px;
|
margin-right: -20px;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
background: rgba(255, 255, 255, 0.98);
|
background: #fff;
|
||||||
}
|
}
|
||||||
&.minimized {
|
&.minimized {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
.discussion-posts {
|
.discussion-posts {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-right: 225px;
|
margin-right: 200px;
|
||||||
& .item {
|
& .item {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
&, & a {
|
&, & a {
|
||||||
color: @fl-body-heading-color;
|
color: @fl-body-heading-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
// Discussions Pane
|
// Discussions Pane
|
||||||
|
|
||||||
@index-pane-width: 440px;
|
@index-pane-width: 400px;
|
||||||
|
|
||||||
.index-area {
|
.index-area {
|
||||||
left: -@index-pane-width;
|
left: -@index-pane-width;
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
& .discussions-list > li {
|
& .discussions-list > li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 65px + 15px;
|
padding-left: 65px + 15px;
|
||||||
padding-right: 65px + 25px;
|
padding-right: 65px + 15px;
|
||||||
&.active {
|
&.active {
|
||||||
background: @fl-secondary-color;
|
background: @fl-secondary-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user