mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add global styles for .icon
- Normalize user/contact profile pictures size
This commit is contained in:
parent
fa675de710
commit
47ad922f9a
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ a.btn, a.btn:hover {
|
|||
text-decoration: overline;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
/* List of social Networks */
|
||||
img.connector, img.connector-disabled {
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in a new issue