fix(fe/panel_sharings): introduce rows layout in sharing panel

This commit is contained in:
hexxa 2021-12-22 20:42:06 +08:00 committed by Hexxa
parent fc3ecc5543
commit e60804401e
4 changed files with 121 additions and 87 deletions

View file

@ -250,6 +250,14 @@
padding: 1rem 0 1rem 0;
}
.theme-default .upload-item .error {
font-size: 1.4rem;
padding: 1rem;
color: #f1c40f;
margin: 1rem 0 0 0;
background-color: #2c3e50;
}
.theme-default #sharing-list .desc {
background-color: #ecf0f1;
font-size: 1.2rem;