mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(frontend): a few more tooltips (#2972)
* feat(frontend): a few more tooltips * feat: add tooltips to status badges
This commit is contained in:
@@ -184,11 +184,11 @@
|
||||
}
|
||||
|
||||
.media-ratings {
|
||||
@apply flex items-center justify-center border-b border-gray-700 px-4 py-2 font-medium last:border-b-0;
|
||||
@apply flex items-center justify-center space-x-5 border-b border-gray-700 px-4 py-2 font-medium last:border-b-0;
|
||||
}
|
||||
|
||||
.media-rating {
|
||||
@apply mr-4 flex items-center last:mr-0;
|
||||
@apply flex items-center space-x-1;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
|
||||
Reference in New Issue
Block a user