This repository has been archived on 2026-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RECS-WEB-MODLE-REACT/app/page.module.css
2026-08-27 20:15:24 +08:00

2 lines
1.9 KiB
CSS

.launcherStack{position:fixed;right:26px;bottom:26px;z-index:45;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 52px);overflow-y:auto;padding:2px}.launcher{width:208px;min-height:55px;display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid;border-radius:10px;box-shadow:0 13px 28px rgba(30,49,86,.2);color:#fff;text-decoration:none;transition:transform .18s ease,background .18s ease}.launcher:hover{transform:translateY(-2px)}.stargraph{border-color:#6959c6;background:#352a76}.stargraph:hover{background:#47399a}.icons{border-color:#39445e;background:#293246}.icons:hover{background:#354159}.repeatable{border-color:#3e69ce;background:#3158b4}.repeatable:hover{background:#284b9c}.markdown{border-color:#454859;background:#292b38}.markdown:hover{background:#363947}.character{border-color:#715bbd;background:#4b3c7b}.character:hover{background:#5a4893}.simplelist{border-color:#625cb5;background:#524c9a}.simplelist:hover{background:#625bb2}.anime{border-color:#6b57b8;background:#352867}.anime:hover{background:#463482}.approval{border-color:#295fcf;background:#3276f6}.approval:hover{background:#215ecb}.worklist{border-color:#273a59;background:#17263d}.worklist:hover{background:#223655}.kanban{border-color:#47734f;background:#28613e}.kanban:hover{background:#1d5032}.bigscreen{border-color:#216c7c;background:#0d5365}.bigscreen:hover{background:#094757}.launcherIcon{width:33px;height:33px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:rgba(255,255,255,.14);font-size:15px}.launcher>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:3px}.launcher strong{font-size:10px}.launcher small{color:rgba(255,255,255,.7);font-size:8px}.launcher b{font-size:14px}@media(max-width:620px){.launcherStack{right:14px;bottom:14px;gap:6px}.launcher{width:48px;min-height:48px;padding:8px;border-radius:50%}.launcher>span:nth-child(2),.launcher b{display:none}.launcherIcon{width:30px;height:30px;background:transparent}}