Skip to content

Commit

Permalink
Update tuesday_visual.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Apr 3, 2022
1 parent 2ece7dc commit 91abb67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,13 @@
height:40px;
border-left:1px solid var(--cb);
border-right:1px solid var(--cb);
width:88px;
padding-left:8px;
-webkit-touch-callout:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;
}
@media screen and (max-width: 620px) {
.small_menu{display:none;}
}
@media screen and (max-height: 620px) {
.small_menu{display:auto;}
#language_view{border-left:1px solid var(--cb);}
}
.add_button{height:28px;width:28px;}
.input_text_b{
Expand Down

0 comments on commit 91abb67

Please sign in to comment.