Skip to content

Commit

Permalink
feature: css: show links in one small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 16, 2024
1 parent a522c49 commit 3d03efb
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
14 changes: 8 additions & 6 deletions css/query.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,14 @@
color: white;
}

.file::before,
.file-link::before {
.file::before {
color: rgb(26 224 124 / 56%);
content: '\e80d';
}

.current-file .file::before,
.file-link::before {
color: white;
color: rgb(26 224 124 / 56%);
content: '\e81d';
}

/* меняем иконки на шрифтовые */
Expand All @@ -160,11 +159,14 @@
display: inline-block;
}

.directory::before,
.directory-link::before {
.directory::before {
content: '\e807';
}

.directory-link::before {
content: '\e81e';
}

.file,
.file-link {
background-image: none;
Expand Down
Binary file modified font/fontello.eot
Binary file not shown.
12 changes: 12 additions & 0 deletions font/fontello.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@
"code": 59420,
"src": "fontawesome"
},
{
"uid": "e15f0d620a7897e2035c18c80142f6d9",
"css": "link-ext",
"code": 59421,
"src": "fontawesome"
},
{
"uid": "e35de5ea31cd56970498e33efbcb8e36",
"css": "link-ext-alt",
"code": 59422,
"src": "fontawesome"
},
{
"uid": "60617c8adc1e7eb3c444a5491dd13f57",
"css": "attention-circled-1",
Expand Down
8 changes: 5 additions & 3 deletions font/fontello.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified font/fontello.ttf
Binary file not shown.
Binary file modified font/fontello.woff
Binary file not shown.
Binary file modified font/fontello.woff2
Binary file not shown.

0 comments on commit 3d03efb

Please sign in to comment.