mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 17:41:16 +02:00
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:
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 New Issue
Block a user