mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Fix vertical alignment of user status icon
Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
4a448f31b2
commit
826f0aeae0
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ export default {
|
|||
margin-right: 10px;
|
||||
opacity: 1 !important;
|
||||
background-size: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
// In dashboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue