mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:33:10 +02:00
wip
This commit is contained in:
parent
25d0b4bbf1
commit
e69ab45044
2 changed files with 7 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="zlrxdaqttccpwhpaagdmkawtzklsccam">
|
||||
<div class="wrpstxzv">
|
||||
<mk-avatar class="avatar" :user="note.user"/>
|
||||
<div class="main">
|
||||
<x-note-header class="header" :note="note" :mini="true"/>
|
||||
|
@ -56,11 +56,10 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.zlrxdaqttccpwhpaagdmkawtzklsccam {
|
||||
.wrpstxzv {
|
||||
display: flex;
|
||||
padding: 16px 32px;
|
||||
font-size: 0.9em;
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
|
||||
@media (max-width: 450px) {
|
||||
padding: 14px 16px;
|
||||
|
|
|
@ -750,14 +750,6 @@ export default Vue.extend({
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
border-radius: var(--radius) var(--radius) 0 0;
|
||||
}
|
||||
|
||||
> *:last-child {
|
||||
border-radius: 0 0 var(--radius) var(--radius);
|
||||
}
|
||||
|
||||
> .info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -785,6 +777,11 @@ export default Vue.extend({
|
|||
padding-top: 8px;
|
||||
}
|
||||
|
||||
> .reply-to {
|
||||
opacity: 0.7;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
> .renote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue