-
-
{{ i18n.ts.followsYou }}
+
+
+ {{ i18n.ts.followsYou }}
+
@@ -291,8 +295,9 @@ onUnmounted(() => {
box-sizing: border-box;
color: #fff;
- > .name {
+ > .nameCollumn {
display: block;
+ > .name {
margin: 0;
line-height: 32px;
font-weight: bold;
@@ -301,9 +306,9 @@ onUnmounted(() => {
}
> .followed {
- position: absolute;
- top: 8px;
- left: 220px;
+ position: relative;
+ top: -4px;
+ left: 4px;
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.6);
@@ -311,6 +316,8 @@ onUnmounted(() => {
border-radius: 24px;
}
+ }
+
> .bottom {
> * {
display: inline-block;
@@ -403,18 +410,21 @@ onUnmounted(() => {
font-weight: bold;
border-bottom: solid 0.5px var(--divider);
- > .name {
+ > .nameCollumn {
display: block;
+ > .name {
margin: 0;
+ align-content: center;
line-height: 32px;
font-weight: bold;
font-size: 1.8em;
+ text-shadow: 0 0 8px #000;
}
> .followed {
- position: absolute;
- top: 8px;
- left: 220px;
+ position: relative;
+ top: -4px;
+ left: 4px;
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.6);
@@ -422,6 +432,8 @@ onUnmounted(() => {
border-radius: 24px;
}
+ }
+
> .followedWindow {
position: relative;
top: -25px;
@@ -456,6 +468,9 @@ onUnmounted(() => {
> .description {
padding: 24px 24px 24px 154px;
font-size: 0.95em;
+ top: -65px;
+ position: relative;
+ max-width: 400px;
> .empty {
margin: 0;
@@ -577,6 +592,19 @@ onUnmounted(() => {
> .status {
padding: 16px;
}
+
+ > .description {
+ top: -55px;
+ position: relative;
+ }
+
+ > .follow-container {
+ overflow: visible !important;
+ > .actions {
+ top: -110px;
+ right: 0px;
+ }
+ }
}
> .contents {