mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) set bigger font for width < 600px
This commit is contained in:
parent
524ddc510a
commit
7803c0baa6
1 changed files with 3 additions and 1 deletions
|
|
@ -279,6 +279,9 @@ a:hover, a:active {
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.panel {
|
||||
font-size: 26px;
|
||||
}
|
||||
/* текущий файл под курсором */
|
||||
.current-file {
|
||||
background-color: rgb(49, 123, 249);
|
||||
|
|
@ -308,7 +311,6 @@ a:hover, a:active {
|
|||
.name {
|
||||
float: none;
|
||||
width: 90%;
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue