Skip to content

Commit

Permalink
Changed notification message position ( #86696p66d )
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed May 23, 2023
1 parent 0863da5 commit 4d7dfa1
Show file tree
Hide file tree
Showing 10 changed files with 400 additions and 300 deletions.
8 changes: 8 additions & 0 deletions public/css/app.css
Expand Up @@ -65184,6 +65184,10 @@ body{
right: 1rem;
}

:is([dir="ltr"] .sm\:ltr\:left-4){
left: 1rem;
}

:is([dir="ltr"] .sm\:ltr\:pl-10){
padding-left: 2.5rem;
}
Expand All @@ -65192,6 +65196,10 @@ body{
left: 1rem;
}

:is([dir="rtl"] .sm\:rtl\:right-4){
right: 1rem;
}

:is([dir="rtl"] .sm\:rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 1;
}
Expand Down

0 comments on commit 4d7dfa1

Please sign in to comment.