]> Untitled Git - lemmy.git/blob - ui/assets/css/tribute.css
cc44a4035bfdd22b0f530778c4ba2bba88aa7eb5
[lemmy.git] / ui / assets / css / tribute.css
1 body {
2   position: relative;
3 }
4
5 .tribute-container {
6   position: absolute;
7   top: 0;
8   left: 0;
9   height: auto;
10   max-height: 300px;
11   max-width: 500px;
12   overflow: auto;
13   display: block;
14   z-index: 999999; }
15   .tribute-container ul {
16     margin: 0;
17     margin-top: 2px;
18     padding: 0;
19     list-style: none;
20     background: var(--light); }
21   .tribute-container li {
22     padding: 5px 5px;
23     cursor: pointer; }
24     .tribute-container li.highlight {
25       background: var(--primary); }
26     .tribute-container li span {
27       font-weight: bold; }
28     .tribute-container li.no-match {
29       cursor: default; }
30   .tribute-container .menu-highlighted {
31     font-weight: bold; }