mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Make user status styles scoped
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
parent
54fb4c28c4
commit
2386f8e1cc
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