mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-07 02:45:22 +02:00
File path tweaks in UI (#2264)
This commit is contained in:
parent
d05150a331
commit
54381f438b
3 changed files with 20 additions and 6 deletions
|
@ -122,6 +122,13 @@ pre, code {
|
|||
float: right;
|
||||
}
|
||||
|
||||
&.button, &.menu .item {
|
||||
-moz-user-select: auto;
|
||||
-ms-user-select: auto;
|
||||
-webkit-user-select: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
&.container {
|
||||
&.fluid {
|
||||
&.padded {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue