mirror of
https://github.com/flarum/core.git
synced 2025-08-13 11:54:32 +02:00
fix: 2.0 bugs (#4011)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
cursor: pointer;
|
||||
line-height: 1;
|
||||
|
||||
.FormSection & {
|
||||
.FormSection &, &.FormControl {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@@ -34,8 +34,8 @@
|
||||
|
||||
.UserCard {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 16px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: var(--zindex-dropdown);
|
||||
transition: opacity 0.2s, transform 0.2s;
|
||||
transform: scale(0.95);
|
||||
@@ -454,7 +454,6 @@
|
||||
|
||||
.Post-avatar {
|
||||
.Avatar--size(32px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.Post-main {
|
||||
|
Reference in New Issue
Block a user