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
Make action buttons larger on mobile
master
Fen Dweller
5 years ago
parent
fb521a6e4a
commit
b8face17c0
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
style.css
+ 4
- 1
style.css
View File
@@ -109,8 +109,11 @@ body.dark div {
.action-part-button {
.action-part-button {
width: 33% !important;
width: 33% !important;
}
}
.action-part-container {
width: 50vw !important;
}
.action-button {
.action-button {
width: 100px !important;
width: 1
6.6667vw
!important;
}
}
}
}
Write
Preview
Loading…
Cancel
Save