Merge pull request #351 from nextcloud/fix/results-topbar

Revert topbar changes
This commit is contained in:
Jan-Christoph Borchardt 2020-05-06 17:12:02 +02:00 committed by GitHub
commit e21558764e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -51,15 +51,9 @@ $top-bar-height: 60px;
button {
cursor: pointer;
min-height: 44px;
// Fix button having too little spacing left and right of text
&:not(.button-small) {
padding-left: 16px;
padding-right: 16px;
}
&.button-small {
&:not(:first-child) {
width: 44px;
height: 44px;
border: none;

View file

@ -37,8 +37,6 @@
{{ t('forms', 'Responses') }}
</button>
<button v-tooltip="t('forms', 'Toggle settings')"
:aria-label="t('forms', 'Toggle settings')"
class="button-small"
@click="toggleSidebar">
<span class="icon-menu-sidebar" role="img" />
</button>