We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151f963 commit 56d525fCopy full SHA for 56d525f
static/css/components/listLists.less
@@ -3,12 +3,15 @@
3
* https://github.com/internetarchive/openlibrary/wiki/Design-Pattern-Library#listslists
4
*/
5
ul.listLists {
6
+ position: relative;
7
margin: 0;
8
padding: 0;
9
+
10
span {
11
display: block;
12
color: @grey;
13
}
14
15
li {
16
// See #1388
17
// This needs to be !important for pages that are not v2
@@ -47,8 +50,17 @@ ul.listLists {
47
50
margin: 5px 0;
48
51
49
52
53
54
.list-overview-loading-indicator {
- display: flex;
- justify-content: center;
55
+ font-size: 8px;
56
+ text-transform: uppercase;
57
+ text-align: center;
58
+ line-height: 0;
59
+ height: 8px;
60
+ width: calc(100% - 8px);
61
+ position: absolute;
62
+ top: -8px;
63
+ left: 0;
64
+ opacity: .75;
65
66
0 commit comments