• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Done
    5. Combine Window Title and Address Bar when Tabs are on the Side

    Solved Combine Window Title and Address Bar when Tabs are on the Side

    Done
    37
    66
    12.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hlehyaric
      H
      hlehyaric @chiefsucker
      last edited by

      @chiefsucker It's better to ask for a mod on Modification forum board than on FR board.

      1 Reply Last reply Reply Quote 4
      • A
        andjil
        last edited by

        This is a great request to make Vivaldi stand out in the browser wars. Should be marketed as Laptop Mode, as it's most usable on laptops with limited vertical pixels, like 1920x1080. I'm using combine-header-toolbar.css with the bookmarks and tabs to the left, with the regular tabs panel removed. Absolutely love it!

        1 Reply Last reply Reply Quote 0
        • C
          CubeApril
          last edited by

          This worked great for me on macOS:

          #browser #header {
            display: none;
          }
          
          mzayani
          M
          2 Replies Last reply
          Reply Quote 1
          • mzayani
            M
            mzayani @CubeApril
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • mzayani
              M
              mzayani @CubeApril
              last edited by

              @cubeapril now when you open the preferences you cannot close it !!!

              D
              1 Reply Last reply
              Reply Quote 0
              • D
                dude99 @mzayani
                last edited by

                @mzayani add :not(.is-settingspage) after #browser

                Sorry, I'm currently hiatus from updating any of my CSS mod until further notice...
                1 Reply Last reply Reply Quote 2
                • N
                  ngburke
                  last edited by

                  I have made some modifications to the original based on comments in this thread and posted it in a github repo. You can see it here: https://github.com/ngburke/vivaldi-custom-ui. Only tested on windows so far.

                  sedative29rus
                  S
                  valsuraev
                  V
                  J
                  3 Replies Last reply
                  Reply Quote 3
                  • sedative29rus
                    S
                    sedative29rus @ngburke
                    last edited by

                    @ngburke This works fine on Linux (XFCE). Thank you.

                    1 Reply Last reply Reply Quote 1
                    • valsuraev
                      V
                      valsuraev Supporters @ngburke
                      last edited by

                      @ngburke,
                      is there any way to make it work on any window size, not only when maximized?

                      N
                      1 Reply Last reply
                      Reply Quote 0
                      • N
                        ngburke @valsuraev
                        last edited by

                        @valsuraev yes, you can. Replace everything that says ".maximized" with ".normal". However, it is not very usable because there is no way to grab the window and move it. If you find out a way to keep the window movable, let me know and I'll publish a version.

                        1 Reply Last reply Reply Quote 0
                        • J
                          Jatsu @ngburke
                          last edited by

                          @ngburke Hello
                          css works fine in browser, but in mail buttons collide with each other, can you look at it?
                          vivaldi_WB88nIIW20.png

                          sedative29rus
                          S
                          1 Reply Last reply
                          Reply Quote 0
                          • sedative29rus
                            S
                            sedative29rus @Jatsu
                            last edited by

                            @jatsu Just hold down the Shift key and move these buttons
                            mailview.png

                            Z
                            1 Reply Last reply
                            Reply Quote 0
                            • michacassola
                              M
                              michacassola @mathiasbr
                              last edited by

                              Hey, do we know if the vivaldi team is considering or implementing this? Do not want to have to keep on modding after every update! And this is the feature that is missing for me, because if edge does it, vivaldi needs to have already done it. 😉 Just a joke, but would really appreciate it!

                              pafflick
                              P
                              1 Reply Last reply
                              Reply Quote 0
                              • pafflick
                                P
                                pafflick Vivaldi Team @michacassola
                                last edited by

                                @michacassola Features that are currently being worked on are tagged as IN PROGRESS. Planned features are tagged PIPELINE. At the moment, this feature is not being developed.

                                1 Reply Last reply Reply Quote 0
                                • Gluonz
                                  G
                                  Gluonz
                                  last edited by

                                  I would really like this; this is extremely similar to the "Hide title bar in vertical tabs" feature in Edge.

                                  Thank you!

                                  1 Reply Last reply Reply Quote 1
                                  • Z
                                    ZakMcKracken @sedative29rus
                                    last edited by

                                    @sedative29rus
                                    How do you mean that?
                                    I'm having the same issue as @Jatsu, that the URL bar makes space for the V menu, but in the mail and RSS views, stuff is overlapping.
                                    If I hold shift and drag, nothing happens. If I right-click and click "customize", I have the option to remove an existing icon or reset the bar to default layout.

                                    I think what's needed is an additional line in the .css file which puts a padding/margin on the button bar in the mail/feed view. For that, I need to how to adress that bar via CSS.

                                    sedative29rus
                                    S
                                    1 Reply Last reply
                                    Reply Quote 0
                                    • sedative29rus
                                      S
                                      sedative29rus @ZakMcKracken
                                      last edited by

                                      @zakmckracken said in Combine Window Title and Address Bar when Tabs are on the Side:

                                      If I hold shift and drag, nothing happens

                                      🤔
                                      Perhaps you should first place the tab bar on top and then move. Buttons in the mail can be moved in the same way as in other panels.

                                      But I agree that an additional line in css is needed. And this time I didn't get lazy and looked at what should be written in this line.
                                      Something like that:

                                      .maximized#browser:not(.native):not(.tabs-top) .toolbar.toolbar-mainbar.toolbar-mailbar {
                                      	padding-left: 30px;
                                      	padding-right: 140px;
                                      }
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        Abhimanyu
                                        last edited by Abhimanyu

                                        1. i want to use this mod but as it isn't checked for security issues by the vivaldi team, is it ok to use this mod?
                                        2. do any of you have insights why being upvoted in large no. it hasn't been implemented yet or at least in pipeline?
                                        3. is there any fix for overlapping issues when tab bar and/or address bar is located in right & top respectively.
                                        4. is there any other mod or some other way to achieve this without going for fullscreen mode one?
                                        nomadic
                                        N
                                        1 Reply Last reply
                                        Reply Quote 0
                                        • nomadic
                                          N
                                          nomadic Soprano @Abhimanyu
                                          last edited by

                                          @Abhimanyu said in Combine Window Title and Address Bar when Tabs are on the Side:

                                          i want to use this mod but as it isn't checked for security issues by the vivaldi team, is it ok to use this mod?

                                          CSS mods are pretty safe. You would have to be pretty inventive to make something harmful security wise. As long as CSS doesn't have any URLs in it, I don't see how it could damage security other than tricking you into clicking on something you might not want to.

                                          do any of you have insights why being upvoted in large no. it hasn't been implemented yet or at least in pipeline?

                                          There is currently an experimental feature being worked on in the current snapshot version that allows better customization of toolbars. It seems reasonable that it could be adapted to include this feature.

                                          A
                                          1 Reply Last reply
                                          Reply Quote 1
                                          • A
                                            Abhimanyu @nomadic
                                            last edited by

                                            There is currently an experimental feature being worked on in the current snapshot version that allows better customization of toolbars. It seems reasonable that it could be adapted to include this feature.

                                            thanks for the update.

                                            1 Reply Last reply Reply Quote 0
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post

                                            Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                            Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status