fixing somethings but just a mess
This commit is contained in:
@@ -69,3 +69,11 @@ button {
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #a8bbbf;
|
||||
}
|
||||
|
||||
.scrollbar-left {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.direction-ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
@@ -131,7 +131,7 @@ export default React.memo(function LineRow({
|
||||
onClick={handleActivateLine}
|
||||
role={'presentation'}
|
||||
className={`flex flex-row items-center justify-start gap-2 px-4 py-4 hover:bg-gray-200
|
||||
cursor-pointer transition-all relative z-50 rounded
|
||||
cursor-pointer transition-all relative z-50 rounded direction-ltr
|
||||
${isUserToggleTuned && ' bg-gray-100 shadow-2xl '}
|
||||
${isSelected && ' bg-gray-200 scale-110 shadow-2xl translate-x-3 '}
|
||||
`}
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function SidePanel() {
|
||||
)}
|
||||
|
||||
{/* rest of the lines */}
|
||||
<div className={'flex flex-col flex-1 mr-[-100px] pr-[100px] overflow-y-auto'}>
|
||||
<div className={'flex flex-col flex-1 mr-[-100px] pr-[100px] overflow-y-auto scrollbar-left'}>
|
||||
{initialRoomsFetch.loading ? (
|
||||
<Skeleton />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user