Skip to content

Commit 3d03efb

Browse files
committed
feature: css: show links in one small screens
1 parent a522c49 commit 3d03efb

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

css/query.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,14 @@
129129
color: white;
130130
}
131131

132-
.file::before,
133-
.file-link::before {
132+
.file::before {
134133
color: rgb(26 224 124 / 56%);
135134
content: '\e80d';
136135
}
137136

138-
.current-file .file::before,
139137
.file-link::before {
140-
color: white;
138+
color: rgb(26 224 124 / 56%);
139+
content: '\e81d';
141140
}
142141

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

163-
.directory::before,
164-
.directory-link::before {
162+
.directory::before {
165163
content: '\e807';
166164
}
167165

166+
.directory-link::before {
167+
content: '\e81e';
168+
}
169+
168170
.file,
169171
.file-link {
170172
background-image: none;

font/fontello.eot

-152 Bytes
Binary file not shown.

font/fontello.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,18 @@
180180
"code": 59420,
181181
"src": "fontawesome"
182182
},
183+
{
184+
"uid": "e15f0d620a7897e2035c18c80142f6d9",
185+
"css": "link-ext",
186+
"code": 59421,
187+
"src": "fontawesome"
188+
},
189+
{
190+
"uid": "e35de5ea31cd56970498e33efbcb8e36",
191+
"css": "link-ext-alt",
192+
"code": 59422,
193+
"src": "fontawesome"
194+
},
183195
{
184196
"uid": "60617c8adc1e7eb3c444a5491dd13f57",
185197
"css": "attention-circled-1",

font/fontello.svg

Lines changed: 5 additions & 3 deletions
Loading

font/fontello.ttf

-152 Bytes
Binary file not shown.

font/fontello.woff

-80 Bytes
Binary file not shown.

font/fontello.woff2

-88 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)