mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix public page - gallery view issues
This commit is contained in:
parent
62827376b8
commit
b3a96c081b
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
padding: 0 !important; /* override default control bar button padding */
|
||||
}
|
||||
#trash {
|
||||
margin-right: 12px;
|
||||
margin-right: 8px;
|
||||
float: right;
|
||||
z-index: 1010;
|
||||
padding: 10px;
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ input[type="submit"].enabled {
|
|||
box-sizing: border-box;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 80px;
|
||||
left: 0;
|
||||
height: 44px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
|
@ -214,7 +214,7 @@ input[type="submit"].enabled {
|
|||
/* account for shift of controls bar due to app navigation */
|
||||
#body-user #controls,
|
||||
#body-settings #controls {
|
||||
padding-right: 75px;
|
||||
padding-left: 80px;
|
||||
}
|
||||
#controls .button,
|
||||
#controls button,
|
||||
|
|
|
|||
Loading…
Reference in a new issue