Skip to content

Commit

Permalink
chore: update css class
Browse files Browse the repository at this point in the history
  • Loading branch information
MeewMeew committed Oct 10, 2023
1 parent 8cf218f commit c3c9bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Friend/FriendLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MainNavLayout from '@/layouts/MainNavLayout.vue'
<template>
<MainNavLayout select="friends">
<div class="fixed w-full h-full bg-[#F1F2F5] top-0 flex flex-row pt-10">
<div class="hidden h-full bg-white w-1/4 shadow-xl mt-4 p-4 md:flex flex-col min-w-xs">
<div class="hidden h-full bg-white w-1/4 shadow-xl mt-4 p-4 md:flex flex-col min-w-[380px]">
<slot name="sidebar"></slot>
</div>
<div class="w-full mt-4">
Expand Down

0 comments on commit c3c9bc4

Please sign in to comment.