mirror of
https://github.com/discourse/discourse.git
synced 2025-05-11 04:04:38 +08:00
remove float from the 'show email' button on user's profile on mobile
This commit is contained in:
parent
e886cc2dad
commit
aa3a658bb1
@ -170,6 +170,9 @@
|
|||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
dt {
|
dt {
|
||||||
color: scale-color($primary, $lightness: 75%);
|
color: scale-color($primary, $lightness: 75%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user