mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Small top border radius on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ac134f5f47
commit
d5c7a3aff4
1 changed files with 13 additions and 0 deletions
|
|
@ -657,6 +657,19 @@ kbd {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: variables.$breakpoint-mobile) {
|
||||
#content {
|
||||
border-top-left-radius: var(--border-radius-large);
|
||||
border-top-right-radius: var(--border-radius-large);
|
||||
}
|
||||
#app-navigation {
|
||||
border-top-left-radius: var(--border-radius-large);
|
||||
}
|
||||
#app-sidebar {
|
||||
border-top-right-radius: var(--border-radius-large);
|
||||
}
|
||||
}
|
||||
|
||||
/* APP-CONTENT AND WRAPPER ------------------------------------------ */
|
||||
/* Part where the content will be loaded into */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue