fix(fe/panel_sharings): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-18 20:09:22 +08:00 committed by Hexxa
parent 9995c94883
commit 10079fc30f
6 changed files with 82 additions and 86 deletions

View file

@ -357,13 +357,13 @@ input:focus {
}
.theme-default #sharing-list .info {
display: inline-block;
float: left;
width: 70%;
overflow-wrap: break-word;
}
.theme-default #sharing-list .op {
display: inline-block;
float: right;
width: 30%;
text-align: right;
}