Merge pull request #351 from nextcloud/fix/results-topbar
Revert topbar changes
This commit is contained in:
commit
e21558764e
2 changed files with 1 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue