Skip to content

Commit

Permalink
[MS] Added style
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr authored and Max-7 committed Nov 25, 2024
1 parent 5bb64df commit 7a2fd16
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/src/views/sidebar-menu/SidebarMenuPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@

<!-- last opened files -->
<ion-list
class="list-workspaces"
class="list-files"
v-if="recentFileManager.getFiles().length > 0"
>
<ion-header
Expand Down Expand Up @@ -880,6 +880,13 @@ ion-menu {
width: 100%;
}

.list-files {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 0.75rem;
}

.sidebar-item {
--background: none;
border-radius: var(--parsec-radius-8);
Expand Down

0 comments on commit 7a2fd16

Please sign in to comment.