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:
@@ -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;
|
Reference in New Issue
Block a user