mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
set min width for quotes in discord profiles
This commit is contained in:
parent
7bc86a7e08
commit
808c5e6abd
2 changed files with 3 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
|
||||
.quote {
|
||||
@apply pointer-events-none absolute -top-6 left-1/2 -translate-x-1/2 select-none rounded bg-slate-800/50 px-2 py-1 text-sm font-medium tracking-wide opacity-0 duration-150 group-hover:opacity-100;
|
||||
@apply pointer-events-none absolute -top-6 left-1/2 min-w-max -translate-x-1/2 select-none rounded bg-slate-800/50 px-2 py-1 text-sm font-medium tracking-wide opacity-0 duration-150 group-hover:opacity-100;
|
||||
}
|
||||
|
||||
@keyframes reveal {
|
||||
|
|
|
@ -175,7 +175,8 @@
|
|||
image: '/imgs/profile_pictures/jacekpoz.svg',
|
||||
coordinates: [893, 622],
|
||||
size: 80,
|
||||
class: 'outline-yellow-500 bg-black '
|
||||
class: 'outline-yellow-500 bg-black ',
|
||||
quote: '"piss blob"'
|
||||
},
|
||||
{
|
||||
image: '/imgs/profile_pictures/aylur.webp',
|
||||
|
|
Loading…
Reference in a new issue