Skip to content

Commit fd5046c

Browse files
authored
AO3-6737 Add padding to bookmarker module (#5085)
1 parent 716930c commit fd5046c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/stylesheets/masters/low_vision_default/low_vision_default_site_screen_.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ li.blurb,
7878
visibility: visible;
7979
}
8080

81-
li.blurb {
81+
li.blurb,
82+
.bookmark div.user {
8283
padding: 3%;
8384
}
8485

@@ -176,6 +177,10 @@ pre {
176177
color: #111;
177178
}
178179

180+
.bookmark div.user {
181+
box-sizing: border-box;
182+
}
183+
179184
.bookmark .recent,
180185
.bookmark .recent .index {
181186
border: none;

0 commit comments

Comments
 (0)