- removed foldericon argument
- added css foldericons
- added kjoe theme
- improved monokai-vibrant theme
This commit is contained in:
2024-07-01 13:11:27 +02:00
committed by Flo Greistorfer
parent d6c1ad5176
commit 7a42b41eac
8 changed files with 191 additions and 49 deletions

View File

@@ -13,10 +13,8 @@ body {
.folders {
text-align: center;
display: -ms-flexbox;
/* IE10 */
display: flex;
-ms-flex-wrap: wrap;
/* IE10 */
flex-wrap: wrap;
justify-content: space-evenly;
overflow: hidden;
@@ -46,10 +44,8 @@ body {
.row {
display: -ms-flexbox;
/* IE10 */
display: flex;
-ms-flex-wrap: wrap;
/* IE10 */
flex-wrap: wrap;
padding: 0 2px;
}
@@ -61,7 +57,6 @@ figure {
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 12.5%;
/* IE10 */
flex: 12.5%;
max-width: 12.5%;
padding: 0 4px;
@@ -168,4 +163,4 @@ figure {
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
}