mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Tweak user bio editing UI
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
cursor: text;
|
||||
|
||||
&:hover {
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,6 +121,10 @@
|
||||
& textarea {
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
resize: none;
|
||||
}
|
||||
& .placeholder {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
& .user-last-seen {
|
||||
|
Reference in New Issue
Block a user