1
0
Fork 0
forked from forgejo/forgejo

File path tweaks in UI (#2264)

This commit is contained in:
silverwind 2017-08-06 05:13:20 +02:00 committed by Bo-Yi Wu
parent d05150a331
commit 54381f438b
3 changed files with 20 additions and 6 deletions

View file

@ -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;
}