aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-31 08:51:09 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-01 14:15:41 +0200
commit5d375647a5690275318b1299f1d9d716cb96b038 (patch)
tree6bd6ad019ebc082fdcc57eb4434b306e4fba2f46 /core/css/styles.scss
parentb455b07390ccfc8c00d5ca66817b83edaaf4ff7e (diff)
downloadnextcloud-server-5d375647a5690275318b1299f1d9d716cb96b038.tar.gz
nextcloud-server-5d375647a5690275318b1299f1d9d716cb96b038.zip
Fix some styling issues with the new containers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss42
1 files changed, 0 insertions, 42 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 0ace61ccc5c..fde14141e43 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -189,52 +189,10 @@ body {
/* CONTENT ------------------------------------------------------------------ */
-.files-controls {
- box-sizing: border-box;
- position: -webkit-sticky;
- position: sticky;
- height: 54px;
- padding: 0;
- margin: 0;
- background-color: var(--color-main-background-translucent);
- z-index: 62; /* must be above the filelist sticky header and texteditor menubar */
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- display: flex;
- top: 0;
-}
-
-/* position controls for apps with app-navigation */
-
-.viewer-mode #app-navigation + #app-content .files-controls {
- left: 0;
-}
-
#app-navigation * {
box-sizing: border-box;
}
-.files-controls .actions {
- > div,
- & {
- > .button, button {
- box-sizing: border-box;
- display: inline-block;
- display: flex;
- height: 44px;
- width: 44px;
- padding: 9px; // width - border - icon width = 18px
- align-items: center;
- justify-content: center;
- }
- .button.hidden {
- display: none;
- }
- }
-}
-
/* EMPTY CONTENT DISPLAY ------------------------------------------------------------ */
#emptycontent,