1
0
forked from cory/tildefriends
Files
.gitea
apps
admin
api
apps
blog
db
follow
identity
issues
journal
room
sneaker
ssb
app.js
commonmark-hashtag.js
commonmark.min.js
emojis.js
emojis.json
filesaver.min.js
filesaver.min.js.map
index.html
lit-all.min.js
lit-all.min.js.map
script.js
tf-app.js
tf-compose.js
tf-message.js
tf-news.js
tf-profile.js
tf-reactions-modal.js
tf-styles.js
tf-tab-connections.js
tf-tab-mentions.js
tf-tab-news-feed.js
tf-tab-news.js
tf-tab-query.js
tf-tab-search.js
tf-tag.js
tf-user.js
tf-utils.js
tribute.css
tribute.esm.js
todo
welcome
wiki
admin.json
api.json
apps.json
blog.json
db.json
follow.json
identity.json
issues.json
journal.json
room.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
metadata
src
tools
.clang-format
.dockerignore
.fdroid.yml
.git-blame-ignore-revs
.gitignore
.gitmodules
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
default.nix
flake.lock
flake.nix
package-lock.json
package.json
tildefriends/apps/ssb/tribute.css

33 lines
523 B
CSS
Raw Normal View History

.tribute-container {
2024-02-24 11:09:34 -05:00
position: absolute;
top: 0;
left: 0;
height: auto;
overflow: auto;
display: block;
z-index: 999999;
}
.tribute-container ul {
2024-02-24 11:09:34 -05:00
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #efefef;
}
.tribute-container li {
2024-02-24 11:09:34 -05:00
padding: 5px 5px;
cursor: pointer;
}
.tribute-container li.highlight {
2024-02-24 11:09:34 -05:00
background: #ddd;
}
.tribute-container li span {
2024-02-24 11:09:34 -05:00
font-weight: bold;
}
.tribute-container li.no-match {
2024-02-24 11:09:34 -05:00
cursor: default;
}
.tribute-container .menu-highlighted {
2024-02-24 11:09:34 -05:00
font-weight: bold;
}