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

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Done
    5. BUG: When "bookmark bar display" is set to "text only", the folder icons are supposed to display as drop down arrow icons...

    Solved BUG: When "bookmark bar display" is set to "text only", the folder icons are supposed to display as drop down arrow icons...

    Done
    6
    15
    1.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.
    • T
      TsunamiZ
      last edited by TsunamiZ

      Recently, VB-88063 was claimed to be fixed. But is it not fixed correctly. When "bookmark bar display" is set to "text only", the folder icons are supposed to display as drop down arrow icons, not folder icons, like this...

      ▾folder ▾folder ▾folder

      The drop down arrow icons are also much more compact, so we can fit more bookmarks on the bookmark bar. It is also how it used to be, before the bug. Please fix, or add an option for displaying as drop down arrow icons.

      [bug reported VB-89690]

      1 Reply Last reply Reply Quote 3
      • pafflick
        P
        pafflick Vivaldi Team
        last edited by

        This issue has been fixed in Vivaldi 6.5. 🙂

        1 Reply Last reply Reply Quote 1
        • T
          TsunamiZ
          last edited by

          updated first post

          1 Reply Last reply Reply Quote 0
          • Perildawn
            P
            Perildawn
            last edited by

            {BC5AAF8D-8015-4DC4-9BFA-CC17C43BF4D4}.png

            I'm disoriented in my own bookmarks now. A recent update added arrows which was unnecessary, now the most recent update made the entire folder icon appear next to the text despite "Text Only" being selected. This takes up insane amounts of space, is totally unnecessary, and most importantly of all is in contravention of the "Text only" setting in and of itself.

            I want it to look like this again at least:

            2021-09-11 23-10-04 Screenshot.png

            Though it would be better without the arrows.

            In addition there should be more customization options for bookmarks, including:

            • A fifth settings that has websites display just their favicons but the folders only display text.

            Or even better:

            • Allow customization of ALL bookmark icons individually so the "Icons Only" option is actually useful. Currently, this is only practical for URLs with (different) favicons as otherwise they'd be blank and/or and impossible to discern from each other, and it's totally useless for folders for obvious reasons as they all use the same folder icon. You should be able to individually select an icon for every website and especially folder.
            nomadic
            N
            1 Reply Last reply
            Reply Quote 2
            • nomadic
              N
              nomadic Soprano @Perildawn
              last edited by

              @Perildawn You can accomplish this with a CSS modification while you wait for any future development by Vivaldi.

              aaa7efe5-926d-469a-a5e7-c9e071426880-image.png

              Follow the instructions for Adding Style under Vivaldi 2.6 and above here and then add this CSS:

              /* Hide folder icons on the bookmark bar when set to text only */
              .bookmark-bar.text button svg.folder-icon {
                display: none;
              }
              
              Perildawn
              P
              fontcl
              F
              3 Replies Last reply
              Reply Quote 4
              • Perildawn
                P
                Perildawn @nomadic
                last edited by

                @nomadic Hey appreciated I may try this out when I figure out how to do this.

                1 Reply Last reply Reply Quote 0
                • pafflick
                  P
                  pafflick moved this topic from Vivaldi for Windows on
                • T
                  TsunamiZ
                  last edited by

                  @PERILDAWN
                  @MOORMINE

                  thanks for confirming. please also upvote the first post to help get some attention on it.

                  1 Reply Last reply Reply Quote 0
                  • Perildawn
                    P
                    Perildawn
                    last edited by

                    If it's going to be fixed back to arrows there should be an option to disable arrows too.

                    1 Reply Last reply Reply Quote 0
                    • Perildawn
                      P
                      Perildawn
                      last edited by Perildawn

                      The issue came back (it undid my customization). Please this needs to be fixed by the developers.

                      Pesala
                      P
                      1 Reply Last reply
                      Reply Quote 0
                      • Pesala
                        P
                        Pesala Ambassador @Perildawn
                        last edited by

                        @Perildawn I am happy with my solution using the 📂 emoji in the folder name.

                        Boomark Bar Folder Icons.png

                        Blog • Vivaldi Review • Server Status
                        Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.28 (64-bit)

                        1 Reply Last reply Reply Quote 0
                        • T
                          TsunamiZ
                          last edited by

                          @NELLIOTT500

                          thanks for upvoting. please also upvote the first post the help get more attention on it.

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

                            This issue has been fixed in Vivaldi 6.5. 🙂

                            1 Reply Last reply Reply Quote 1
                            • pafflick
                              P
                              pafflick marked this topic as a question on
                            • pafflick
                              P
                              pafflick moved this topic from Desktop on
                            • pafflick
                              P
                              pafflick has marked this topic as solved on
                            • fontcl
                              F
                              fontcl @nomadic
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • fontcl
                                F
                                fontcl @nomadic
                                last edited by fontcl

                                Hi @nomadic! Css for hiding arrows is not working anymore, do you know how to fix it?

                                /* Hide folder icons on the bookmark bar when set to text only */
                                .bookmark-bar.text button svg.folder-icon {
                                  display: none;
                                }
                                

                                6.5.3206.48 (Stable channel) (x86_64)

                                nomadic
                                N
                                1 Reply Last reply
                                Reply Quote 0
                                • nomadic
                                  N
                                  nomadic Soprano @fontcl
                                  last edited by

                                  @fontcl Hello, you can give this a try:

                                  /* Hide folder arrow icons on the bookmark bar when set to text only */
                                  .bookmark-bar.text button.folder span.VivaldiSvgIcon {
                                    display: none;
                                  }
                                  
                                  fontcl
                                  F
                                  1 Reply Last reply
                                  Reply Quote 2
                                  • fontcl
                                    F
                                    fontcl @nomadic
                                    last edited by

                                    @nomadic Perfection! thank you very much!

                                    1 Reply Last reply Reply Quote 1
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • 1 / 1
                                    • 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