Remove user select none

This commit is contained in:
Jeena 2025-06-10 12:05:45 +09:00
parent f38cd5c563
commit e966f21b63

View file

@ -47,20 +47,17 @@
width: 120px; width: 120px;
height: 120px; height: 120px;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
user-select: none;
} }
header h1 { header h1 {
font-weight: 700; font-weight: 700;
font-size: 2.5rem; font-size: 2.5rem;
color: #58a6ff; color: #58a6ff;
margin: 0.2rem 0 0.5rem; margin: 0.2rem 0 0.5rem;
user-select: none;
} }
header p { header p {
font-size: 1.1rem; font-size: 1.1rem;
color: #aaa; color: #aaa;
margin: 0; margin: 0;
user-select: none;
} }
/* Install section with button + CLI */ /* Install section with button + CLI */
@ -72,7 +69,6 @@
align-items: flex-end; align-items: flex-end;
position: relative; position: relative;
height: 130px; /* reserve space */ height: 130px; /* reserve space */
user-select: none;
} }
.install-btn { .install-btn {
@ -87,7 +83,6 @@
cursor: pointer; cursor: pointer;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
text-decoration: none !important; text-decoration: none !important;
user-select: none;
text-align: center; text-align: center;
} }
.install-btn:hover { .install-btn:hover {
@ -102,7 +97,6 @@
border-radius: 6px; border-radius: 6px;
margin-top: 0.5rem; margin-top: 0.5rem;
overflow-x: auto; overflow-x: auto;
display: none; /* Initially hidden */ display: none; /* Initially hidden */
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
@ -136,7 +130,6 @@
cursor: pointer; cursor: pointer;
color: #58a6ff; color: #58a6ff;
font-weight: 600; font-weight: 600;
user-select: none;
margin-top: 1rem; margin-top: 1rem;
display: inline-block; display: inline-block;
} }