feature: css: show links in one small screens

This commit is contained in:
coderiaser 2024-08-16 17:17:44 +03:00
parent a522c49c1f
commit 3d03efbe63
7 changed files with 25 additions and 9 deletions

View file

@ -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';
}
/* меняем иконки на шрифтовые */
@ -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;