Merge branch 'front-dependency-care' into 'develop'

Front dependency care

See merge request funkwhale/funkwhale!1209
This commit is contained in:
Agate 2020-08-20 14:08:19 +02:00
commit 6f0bc3eb10
4 changed files with 2439 additions and 2753 deletions

View File

@ -19,7 +19,7 @@
"axios-auth-refresh": "^2.2.6",
"core-js": "^3.6.4",
"diff": "^4.0.1",
"django-channels": "^1.1.6",
"django-channels": "1.1.6",
"focus-trap": "^5.1.0",
"fomantic-ui-css": "^2.8.3",
"howler": "^2.0.14",

View File

@ -81,3 +81,10 @@ button.reset {
.ui.dropdown .menu > .item {
background: var(--dropdown-background);
}
.ui.circular.button {
padding: 0.78571429em;
> i {
margin-right: 0;
}
}

View File

@ -2,7 +2,7 @@
button.item {
width: 100%;
}
> .floating.dropdown {
> .floating.dropdown:not(.button) {
background: transparent;
padding: 0;
border: none;

File diff suppressed because it is too large Load Diff