Merge branch 'front-dependency-care' into 'develop'
Front dependency care See merge request funkwhale/funkwhale!1209
This commit is contained in:
commit
6f0bc3eb10
|
@ -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",
|
||||
|
|
|
@ -81,3 +81,10 @@ button.reset {
|
|||
.ui.dropdown .menu > .item {
|
||||
background: var(--dropdown-background);
|
||||
}
|
||||
|
||||
.ui.circular.button {
|
||||
padding: 0.78571429em;
|
||||
> i {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
button.item {
|
||||
width: 100%;
|
||||
}
|
||||
> .floating.dropdown {
|
||||
> .floating.dropdown:not(.button) {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
5181
front/yarn.lock
5181
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue