services buttons on same line for fullscreen

This commit is contained in:
mcguirepr89
2022-03-08 11:09:03 -05:00
parent 419b9da314
commit 7abffe9c3b
+4
View File
@@ -297,6 +297,10 @@ button:hover {
width: 50%;
}
.servicecontrols button {
width: 20%;
}
body::-webkit-scrollbar {
display:none
}