femslash-city/sass/_tidy.scss
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00

14 lines
387 B
SCSS

// -----------------------------------------------------------------------
// Temporary project-specific fixes that have not found a better home yet.
// -----------------------------------------------------------------------
#file_criteria li {
padding-bottom: 20px;
}
.scroll-Admin{
background:rgba(255,255,255,.4);
border:1px solid #ccc;
max-height:400px;
overflow:auto;
}