Fix attachments icon size on zoom in/out (#2853)
* fix attachments icon size on zoom in/out * make public/css/index.css
This commit is contained in:
parent
9bdce5d21b
commit
80a4643359
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -602,7 +602,7 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
span.ui.image {
|
||||
font-size: 8vw;
|
||||
font-size: 128px;
|
||||
color: #000000;
|
||||
}
|
||||
span.ui.image:hover {
|
||||
|
|
Reference in a new issue