more fixes, add fullwidth
This commit is contained in:
parent
7b99d98c55
commit
8b775f94a9
12 changed files with 63 additions and 47 deletions
|
@ -145,7 +145,7 @@
|
|||
</li>
|
||||
<li @click="toggleDrawer">
|
||||
<button
|
||||
class="button-unstyled -link"
|
||||
class="button-unstyled -link -fullwidth"
|
||||
@click="openSettingsModal"
|
||||
>
|
||||
<FAIcon
|
||||
|
@ -184,7 +184,7 @@
|
|||
@click="toggleDrawer"
|
||||
>
|
||||
<button
|
||||
class="button-unstyled -link"
|
||||
class="button-unstyled -link -fullwidth"
|
||||
@click="doLogout"
|
||||
>
|
||||
<FAIcon
|
||||
|
@ -337,7 +337,6 @@
|
|||
height: 3em;
|
||||
line-height: 3em;
|
||||
padding: 0 0.7em;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background-color: $fallback--lightBg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue