Skip to content

Commit

Permalink
Added search engine for available component functionalities; added ex…
Browse files Browse the repository at this point in the history
…pand utilities for components; implemented drag feature for settings.
  • Loading branch information
aldelucaizs committed Jun 10, 2024
1 parent 5494a31 commit 6e50e15
Show file tree
Hide file tree
Showing 16 changed files with 1,162 additions and 271 deletions.
7 changes: 7 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,13 @@ button i {
font-size: 1.4rem;
}

.no-select {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

/* MAIN */

main {
Expand Down
Loading

0 comments on commit 6e50e15

Please sign in to comment.