feat: use <style module> for friends list-scoped css
This commit is contained in:
parent
79aa61cb81
commit
890fbebbe9
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<NuxtLayout name="client">
|
||||
<DirectMessagesSidebar />
|
||||
<div id="friends-page-content">
|
||||
<div id="navigation-bar">
|
||||
<div :id="$style['page-content']">
|
||||
<div :id="$style['navigation-bar']">
|
||||
<Button v-for="button of buttons" :text="button.label" variant="normal" :callback="button.updateFilter" />
|
||||
</div>
|
||||
|
||||
|
@ -35,8 +35,8 @@ function updateFilter(newFilter: string) {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#friends-page-content {
|
||||
<style module>
|
||||
#page-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue