mirror of
https://github.com/friendica/friendica
synced 2024-11-15 16:53:54 +00:00
18 lines
270 B
CSS
18 lines
270 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
#nav-user-linklabel {
|
|
display: none;
|
|
}
|
|
|
|
nav ul li .menu-popup {
|
|
left: auto;
|
|
right: 0px;
|
|
}
|
|
|
|
nav #nav-search-box #nav-search-text {
|
|
width: 100px;
|
|
}
|