mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
merge
This commit is contained in:
commit
fb19ffe9e7
6 changed files with 62 additions and 7 deletions
11
PlexRequests.UI/Content/base.css
vendored
11
PlexRequests.UI/Content/base.css
vendored
|
@ -341,3 +341,14 @@ label {
|
|||
-webkit-box-shadow: 3px 3px 5px 6px #191919;
|
||||
box-shadow: 3px 3px 5px 6px #191919; }
|
||||
|
||||
.img-circle {
|
||||
border-radius: 50%; }
|
||||
|
||||
.user-management-menu {
|
||||
border-style: ridge;
|
||||
height: 100%;
|
||||
left: 60%;
|
||||
position: absolute;
|
||||
width: 40%;
|
||||
top: 7%; }
|
||||
|
||||
|
|
2
PlexRequests.UI/Content/base.min.css
vendored
2
PlexRequests.UI/Content/base.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -430,3 +430,15 @@ $border-radius: 10px;
|
|||
-webkit-box-shadow: 3px 3px 5px 6px #191919;
|
||||
box-shadow: 3px 3px 5px 6px #191919;
|
||||
}
|
||||
.img-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.user-management-menu {
|
||||
border-style: ridge;
|
||||
height: 100%;
|
||||
left: 60%;
|
||||
position: absolute;
|
||||
width: 40%;
|
||||
top: 7%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue