mirror of
https://github.com/friendica/friendica
synced 2024-11-13 00:22:59 +00:00
40 lines
639 B
CSS
40 lines
639 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
right_aside {
|
|
display: block;
|
|
}
|
|
|
|
aside #group-list-sidebar-frame,
|
|
aside #group-list-sidebar,
|
|
#group-list-sidebar-inflated {
|
|
display: none;
|
|
}
|
|
|
|
right_aside span.sbox {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
right_aside .directory-item {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
right_aside img.directory-photo-img {
|
|
width: 45px;
|
|
height: 45px;
|
|
}
|
|
|
|
right_aside #right_services img {
|
|
width: 34px;
|
|
}
|
|
|
|
right_aside #lastusers-wrapper,
|
|
right_aside div.items-wrapper,
|
|
right_aside #right_services_icons {
|
|
margin-left: 10px;
|
|
margin-top: 5px;
|
|
}
|