Several visual improvements
- make spacing around a tweet's reply-mentions container grow and shrink more appropriately - fix double HTMX-spinner when a tweet has a quoted tweet - add favicon
This commit is contained in:
parent
a7ce15ebd2
commit
90b9df15e5
@ -97,7 +97,7 @@ ul.inline-dotted-list li:last-child:after {
|
||||
.htmx-spinner-container {
|
||||
display: none;
|
||||
}
|
||||
.tweet.htmx-request .htmx-spinner-container {
|
||||
.tweet.htmx-request > .htmx-spinner-container {
|
||||
display: revert;
|
||||
font-size: 3em;
|
||||
position: absolute;
|
||||
@ -184,8 +184,10 @@ ul.inline-dotted-list li:last-child:after {
|
||||
.reply-mentions-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0 5em;
|
||||
cursor: default;
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.reply-mentions {
|
||||
padding: 0 0.5em;
|
||||
@ -325,6 +327,7 @@ p.posted-at {
|
||||
float: right;
|
||||
color: var(--color-twitter-text-gray);
|
||||
font-size: 0.875em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.interactions-bar {
|
||||
@ -421,7 +424,7 @@ ul.quick-links {
|
||||
text-align: center;
|
||||
color: var(--color-twitter-text-gray);
|
||||
font-size: 1.2em;
|
||||
margin: 1em 0;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
@ -453,6 +456,7 @@ ul.quick-links {
|
||||
|
||||
img.svg-icon {
|
||||
width: 1.5em;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
svg {
|
||||
@ -785,6 +789,7 @@ ul.space-participants-list li {
|
||||
.dm-message-reactions {
|
||||
display: flex;
|
||||
padding: 0 4em;
|
||||
cursor: default;
|
||||
}
|
||||
.our-message .dm-message-reactions {
|
||||
flex-direction: row-reverse;
|
||||
|
BIN
internal/webserver/static/twitter.ico
Normal file
BIN
internal/webserver/static/twitter.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -5,7 +5,7 @@
|
||||
<meta charset='utf-8'>
|
||||
<title>{{template "title" .}} | Offline Twitter</title>
|
||||
<link rel='stylesheet' href='/static/styles.css'>
|
||||
<link rel='shortcut icon' href='/static/img/favicon.ico' type='image/x-icon'>
|
||||
<link rel='shortcut icon' href='/static/twitter.ico' type='image/x-icon'>
|
||||
<link rel='stylesheet' href='/static/vendor/fonts.css'>
|
||||
<script src="/static/vendor/htmx.min.js" integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script>
|
||||
<script src="/static/vendor/htmx-extension-json-enc.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user