1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Update for beta 8

This commit is contained in:
Toby Zerner
2018-11-16 13:57:38 +10:30
parent 8d5d5a2dad
commit d748d8739d
19 changed files with 4883 additions and 593 deletions

View File

@@ -19,7 +19,17 @@
border-top: 0;
min-height: 0;
}
.DiscussionPage-nav--embed {
.Composer {
margin-left: 0 !important;
margin-right: 0 !important;
}
.DiscussionHero {
display: none;
}
.DiscussionPage-nav {
width: auto;
float: none;
@media @tablet-up {
height: 70px;
}
@@ -31,6 +41,7 @@
list-style: none;
padding: 15px 0;
margin: 0;
width: auto;
@media @phone {
position: static;
@@ -63,6 +74,14 @@
}
}
}
.ButtonGroup {
&, .Button {
width: auto !important;
}
.Dropdown-toggle {
width: 36px !important;
}
}
}
.DiscussionPage-stream {
margin-right: 0;