Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
chore: デザインの微調整 #1783
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Jul 27, 2022
1 parent 50a0d15 commit cd66f8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/client/app/desktop/views/components/note.sub.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="tkfdzaxtkdeianobciwadajxzbddorql" :class="{ mini: narrow }" :title="title" style="border-left: solid 4px var(--primary)">
<div class="tkfdzaxtkdeianobciwadajxzbddorql" :class="{ mini: narrow }" :title="title" style="border-left: solid 2px var(--primary)">
<mk-avatar class="avatar" :user="note.user"/>
<div class="main">
<mk-note-header class="header" :note="note"/>
Expand Down
2 changes: 1 addition & 1 deletion src/client/app/desktop/views/components/note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default Vue.extend({

<style lang="css" scoped>
.reply-border {
border-left: solid 4px var(--primary)
border-left: solid 2px var(--primary)
}
.note-reply-frame {
Expand Down
2 changes: 1 addition & 1 deletion src/client/app/mobile/views/components/note.sub.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="zlrxdaqttccpwhpaagdmkawtzklsccam" :class="{ smart: $store.state.device.postStyle == 'smart', mini: narrow }" style="border-left: solid 4px var(--primary)">
<div class="zlrxdaqttccpwhpaagdmkawtzklsccam" :class="{ smart: $store.state.device.postStyle == 'smart', mini: narrow }" style="border-left: solid 2px var(--primary)">
<mk-avatar class="avatar" :user="note.user" v-if="$store.state.device.postStyle != 'smart'"/>
<div class="main">
<mk-note-header class="header" :note="note" :mini="true"/>
Expand Down
2 changes: 1 addition & 1 deletion src/client/app/mobile/views/components/note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default Vue.extend({

<style lang="css" scoped>
.reply-border {
border-left: solid 4px var(--primary)
border-left: solid 2px var(--primary)
}
.note-reply-frame {
Expand Down

0 comments on commit cd66f8d

Please sign in to comment.