Revert "new feature: display user name on user menu header"

This reverts commit 006add66c4.
main
elena 2023-04-12 09:36:04 +00:00
parent 9280979392
commit ff78c2f489
1 changed files with 0 additions and 12 deletions

View File

@ -67,17 +67,6 @@
.newFileMenu > ul:nth-child(1) > li:nth-child(3) {
order: 1;
}
#header .header-right > div > .menu.settings-menu > ul li.onlytext {
display: inline-flex;
align-items: center;
height: 44px;
color: var(--color-main-text);
padding: 10px 35px;
box-sizing: border-box;
white-space: nowrap;
position: relative;
width: 100%;
}
</style>
</head>
<body id="<?php p($_['bodyid']);?>">
@ -134,7 +123,6 @@
<nav class="settings-menu" id="expanddiv" style="display:none;"
aria-label="<?php p($l->t('Settings menu'));?>">
<ul>
<li class="onlytext"><?php p($_['user_displayname']); ?></li>
<?php foreach ($_['settingsnavigation'] as $entry):?>
<li data-id="<?php p($entry['id']); ?>">
<a href="<?php print_unescaped($entry['href']); ?>"