This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Fixed inner list elements being too wide
tags/v0.7.0^2
Fen Dweller
7 years ago
parent
41a5459ef9
commit
733329447b
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
style.css
+ 2
- 3
style.css
View File
@@ -326,8 +326,7 @@ body.dark input[type="checkbox"]:checked+
display: none;
}
.flex-outer li,
.flex-inner {
.flex-outer li {
display: flex;
flex-wrap: wrap;
align-items: center;
@@ -392,7 +391,7 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header
display: flex;
flex-wrap: wrap;
align-items: center;
width:
80%
;
width:
400px
;
}
body.light .has-tooltip {
Write
Preview
Loading…
Cancel
Save