Make user feed buttons less ugly
This commit is contained in:
parent
cefe8fc939
commit
93059f8a61
@ -484,6 +484,13 @@ input[type="submit"] {
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
gap: 4em;
|
gap: 4em;
|
||||||
}
|
}
|
||||||
|
.followers-followees-container .spacer {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
.user-feed-buttons-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
.poll {
|
.poll {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
@ -42,17 +42,14 @@
|
|||||||
<span class="following-count">{{$user.FollowingCount}}</span>
|
<span class="following-count">{{$user.FollowingCount}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="unstyled-link" target="_blank" href="https://twitter.com/{{$user.Handle}}">
|
<div class="spacer"></div>
|
||||||
<li class="quick-link">
|
|
||||||
|
<div class="user-feed-buttons-container">
|
||||||
|
<a class="unstyled-link quick-link" target="_blank" href="https://twitter.com/{{$user.Handle}}" title="Open on twitter.com">
|
||||||
<img class="svg-icon" src="/static/icons/external-link.svg" />
|
<img class="svg-icon" src="/static/icons/external-link.svg" />
|
||||||
<span>Open on twitter.com</span>
|
|
||||||
</li>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="XXX">
|
<a class="unstyled-link quick-link" hx-get="?scrape" hx-target="body" title="Refresh">
|
||||||
<a class="unstyled-link" title="Refresh" hx-get="?scrape" hx-target="body">
|
|
||||||
<li class="quick-link">
|
|
||||||
<img class="svg-icon" src="/static/icons/refresh.svg" />
|
<img class="svg-icon" src="/static/icons/refresh.svg" />
|
||||||
</li>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user