mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 07:12:46 +08:00
![Sami Mazouz](/assets/img/avatar_default.png)
* chore: drop deprecated `post_number_index` column * chore: remove deprecated `FlagsWillBeDeleted` event * chore: `Migration::addSettings` can still be needed * chore: `settings->get` default can still be needed * chore: deprecated `$default` in `Settings::serializeToForum` extender * chore: deprecated request `actor` attribute * chore: already handled * chore: remove `RecompileFrontendAssets::whenSettingsSaved` * chore: remove `getReadIds` * chore: `Model::dateAttribute` extender * chore: `evented` js util * chore: `WelcomeHero` js hidden prop * chore: attributes pushData with relations * chore: app request options `extract` * chore: itemlist deprecations * chore: `search` state * chore: `getMentionText` * chore: deprecated non-registered store type * chore: `Button` title * chore: `Modal` deprecations * chore * chore: deprecated `less` mixins * Apply fixes from StyleCI * fix * fix: phpstan * fix * fix --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
111 lines
1.6 KiB
Plaintext
111 lines
1.6 KiB
Plaintext
.container {
|
|
width: auto;
|
|
padding: 0 20px;
|
|
|
|
@media @phone {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.App {
|
|
padding-top: 0;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
|
|
&:before {
|
|
display: none;
|
|
}
|
|
}
|
|
.App-content {
|
|
border-top: 0;
|
|
min-height: 0;
|
|
}
|
|
.Composer {
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
}
|
|
.DiscussionHero {
|
|
display: none;
|
|
}
|
|
.DiscussionPage-nav {
|
|
width: auto;
|
|
float: none;
|
|
|
|
@media @tablet-up {
|
|
height: 70px;
|
|
}
|
|
|
|
> ul {
|
|
.header-background();
|
|
border-bottom: 0;
|
|
height: auto !important;
|
|
list-style: none;
|
|
padding: 15px 0;
|
|
margin: 0;
|
|
width: auto;
|
|
|
|
@media @phone {
|
|
position: static;
|
|
}
|
|
@media @tablet-up {
|
|
padding: 15px 15px;
|
|
|
|
.scrolled & {
|
|
box-shadow: 0 2px 6px var(--shadow-color);
|
|
}
|
|
}
|
|
|
|
> li {
|
|
margin: 0 15px 0 0;
|
|
display: inline-block;
|
|
}
|
|
.item-replies {
|
|
@media @phone {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
margin: 0;
|
|
|
|
&, a {
|
|
color: var(--muted-color);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ButtonGroup {
|
|
&, .Button {
|
|
width: auto !important;
|
|
}
|
|
.Dropdown-toggle {
|
|
width: 36px !important;
|
|
}
|
|
}
|
|
}
|
|
.DiscussionPage-stream {
|
|
margin-right: 0;
|
|
}
|
|
.Post-stream {
|
|
margin-top: 0;
|
|
}
|
|
|
|
@media @phone {
|
|
.Dropdown .Dropdown-menu {
|
|
position: absolute;
|
|
bottom: auto;
|
|
top: auto;
|
|
right: auto !important;
|
|
padding-bottom: 0 !important;
|
|
.transition(none);
|
|
|
|
&.Dropdown-menu--right {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
}
|
|
.Composer:not(.minimized) {
|
|
height: 400px !important;
|
|
}
|
|
}
|