mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
[ux] fix bookmark appearance
This commit is contained in:
parent
a864a8b19c
commit
8ccbf68fd2
@ -191,6 +191,11 @@
|
||||
font-size: 10px
|
||||
color: darken($textSecondary, 50%)
|
||||
|
||||
#bookmarks
|
||||
|
||||
.name
|
||||
padding: 10px 15px 10px 40px
|
||||
|
||||
@keyframes pulsate
|
||||
0%
|
||||
opacity: 1.0
|
||||
|
@ -568,6 +568,9 @@ h3 {
|
||||
font-size: 10px;
|
||||
color: #5c5c5c;
|
||||
}
|
||||
#bookmarks .name {
|
||||
padding: 10px 15px 10px 40px;
|
||||
}
|
||||
@-moz-keyframes pulsate {
|
||||
0% {
|
||||
opacity: 1;
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1381784954237
|
||||
# 0.0.1 1381863218449
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user