Skip to content

Commit 5e4debc

Browse files
authored
Merge pull request #23899 from nextcloud/backport/23898/stable20
[stable20] Make user status styles scoped
2 parents cea90b9 + 2386f8e commit 5e4debc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/user_status/js/user-status-menu.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/js/user-status-menu.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/src/UserStatus.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
}
163163
</script>
164164

165-
<style lang="scss">
165+
<style lang="scss" scoped>
166166
$max-width-user-status: 200px;
167167
168168
.user-status-menu-item {

0 commit comments

Comments
 (0)