1
0
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:
Sami Mazouz
2024-08-02 12:49:34 +01:00
committed by GitHub
parent 2b56129d70
commit 770f9370af
40 changed files with 78 additions and 74 deletions

View File

@@ -11,7 +11,7 @@
cursor: pointer;
line-height: 1;
.FormSection & {
.FormSection &, &.FormControl {
width: 100%;
}
}

View File

@@ -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 {