fixing somethings but just a mess

This commit is contained in:
talksik
2022-05-18 08:45:44 -05:00
parent 61c8930a7f
commit 69709a1a05
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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 />
) : (