mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #23899 from nextcloud/backport/23898/stable20
[stable20] Make user status styles scoped
This commit is contained in:
commit
5e4debcd98
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -162,7 +162,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
$max-width-user-status: 200px;
|
||||
|
||||
.user-status-menu-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue