mirror of
https://gitee.com/gitea/gitea
synced 2026-01-06 15:45:47 +08:00
File path tweaks in UI (#2264)
This commit is contained in:
@@ -120,6 +120,13 @@ code.wrap {
|
||||
.ui.right {
|
||||
float: right;
|
||||
}
|
||||
.ui.button,
|
||||
.ui.menu .item {
|
||||
-moz-user-select: auto;
|
||||
-ms-user-select: auto;
|
||||
-webkit-user-select: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
.ui.container.fluid.padded {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user