1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 10:24:46 +02:00

fix: visual bugs

This commit is contained in:
Sami Mazouz
2025-01-31 13:25:26 +01:00
parent 21da7758af
commit 97e56af2cd
6 changed files with 25 additions and 5 deletions

View File

@@ -211,7 +211,7 @@
}
.FormControl, .ButtonGroup, .Button {
width: 100%;
text-align: left;
justify-content: start;
}
.Dropdown-menu {
.ButtonGroup, .Button {

View File

@@ -36,6 +36,10 @@
}
.DiscussionListItem-author-avatar {
display: block;
+ .tooltip {
width: max-content;
}
}
.DiscussionListItem-badges {
margin-top: 10px;