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 the action part panel having too small of a max height
tags/v0.7.0
Fen Dweller
7 years ago
parent
03844b1dab
commit
e97305e384
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
style.css
+ 1
- 1
style.css
View File
@@ -135,7 +135,7 @@ body.dark #log {
}
}
.action-part-container {
.action-part-container {
max-height:
4
00px;
max-height:
10
00px;
display: flex;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
}
}
Write
Preview
Loading…
Cancel
Save