adding user-select none to navbar placeholder QoL
This commit is contained in:
parent
639ffb4010
commit
b54250f2fb
|
@ -710,6 +710,7 @@ span.f0ck {
|
|||
span.placeholder {
|
||||
border-left: 1px solid var(--accent);
|
||||
margin-left: 7px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.navbar .nav-item .dropdown-menu {
|
||||
|
@ -1705,3 +1706,27 @@ a[data-mime^="audio"] {
|
|||
margin: 10px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
/* Admin search css early test */
|
||||
.admin-search {
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.admin-search button {
|
||||
background: var(--accent);
|
||||
border: none;
|
||||
color: var(--white);
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.admin-search button:hover {
|
||||
transition: .2s all;
|
||||
opacity: 0.7;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.admin-search input {
|
||||
padding: 15px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user