SmolAlli / Themes

A collection of themes by SmolAlli
7 stars 7 forks source link

[Compatibility Issue] - Broken Custom CSS #7

Closed BigFlubba closed 2 years ago

BigFlubba commented 2 years ago

I am using this custom CSS snippet and with minimal mode enabled it breaks the bottom of it. Can this be fixed somehow?

/* outline to folders */
.expandedFolderBackground-1kSAf6 {
  background-color: rgb(0, 0, 0);
  box-shadow: 0px 0px 8px 2px rgb(0, 80, 255);
  border-radius: 20px 20px 30px 30px;
}
/* get rid of border when folder is collapsed */
.expandedFolderBackground-1kSAf6.collapsed-uGXEbi {
  box-shadow: none;
  border: none;
}

Minimal Mode Disabled: image

Minimal Mode Enabled: image

What it does is cut off the very bottom of the folder and overlaps it with the guild icon. Here is a more clear example.

Disabled: image

Enabled: image

SmolAlli commented 2 years ago

and? it's ur custom css it's not my problem to deal with

BigFlubba commented 2 years ago

Can I have help about my CSS?