diff options
| author | shpuld <shp@cock.li> | 2017-11-20 13:03:02 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-20 13:03:02 +0200 |
| commit | 95cbd19254c0d84acb8b52fc28656dd9a9861c03 (patch) | |
| tree | 3e21883b08ebc24c7eecdb760223d533dde13692 /src/components/status/status.vue | |
| parent | 092848b32b1abb165ce43e13781b7912a3e73a0c (diff) | |
Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index aa3fc987..5e3df8ba 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -39,7 +39,7 @@ </a> </div> <div class="media-body"> - <div class="base05 base05=border usercard" v-if="userExpanded"> + <div class="base03-border usercard" v-if="userExpanded"> <user-card-content :user="status.user" :switcher="false"></user-card-content> </div> <div class="user-content"> @@ -244,7 +244,7 @@ max-height: 400px; overflow-y: auto; overflow-x: hidden; - + img, video { max-width: 100%; max-height: 400px; @@ -383,14 +383,6 @@ margin-left: auto; } - .usercard { - border-style: solid; - border-width: 1px; - border-radius: 10px; - margin-bottom: 1em; - margin-top: 0.2em; - } - .reply-left { flex: 0; min-width: 48px; |
