|
@@ -3929,6 +3929,11 @@ a.tag-link {
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+@media only screen and (min-width: 1000px) and (max-width: 2000px) {
|
|
|
+ #gui-modes-map>div[rel] {
|
|
|
+ width: 70px;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
@media only screen and (min-width: 2000px) {
|
|
|
#gui-modes-map>div[rel] {
|
|
@@ -4345,6 +4350,13 @@ a.tag-link {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 1000px) and (max-width: 2000px) {
|
|
|
+ #play,
|
|
|
+ #pause {
|
|
|
+ width: 70px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (min-width: 2000px) {
|
|
|
#play,
|
|
|
#pause {
|